Skip to content

Commit

Permalink
docs: Fix case and data file reader doc [skip tests] (#2973)
Browse files Browse the repository at this point in the history
* docs: Fix case file doc [skip tests]

* docs: Fix data file doc [skip tests]
  • Loading branch information
hpohekar authored Jun 27, 2024
1 parent 533ed0d commit 0ff37bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
rm poetry.lock
fi
poetry install --with docs
poetry install -E reader
poetry install --all-extras
make build-doc-source
env:
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
Expand Down
1 change: 1 addition & 0 deletions doc/source/api/general/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Logging
fielddata
fieldinfo
case_reader
data_reader
data_transfer
journaling
workflow
Expand Down

0 comments on commit 0ff37bf

Please sign in to comment.