From 0ff37bf3c8f09f591613f41f47b518ec84ef27b6 Mon Sep 17 00:00:00 2001 From: Harshal Pohekar <106588300+hpohekar@users.noreply.github.com> Date: Thu, 27 Jun 2024 22:28:59 +0530 Subject: [PATCH] docs: Fix case and data file reader doc [skip tests] (#2973) * docs: Fix case file doc [skip tests] * docs: Fix data file doc [skip tests] --- .github/workflows/ci.yml | 2 +- doc/source/api/general/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 588ccc02c75..9c082cafd5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/doc/source/api/general/index.rst b/doc/source/api/general/index.rst index 153abc27c04..1db275572ae 100644 --- a/doc/source/api/general/index.rst +++ b/doc/source/api/general/index.rst @@ -102,6 +102,7 @@ Logging fielddata fieldinfo case_reader + data_reader data_transfer journaling workflow