From ccb48eb402d04d2292ed9210eedb3f265a27deeb Mon Sep 17 00:00:00 2001 From: Mainak Kundu Date: Wed, 15 Feb 2023 08:35:02 -0500 Subject: [PATCH] Revert unintended merge which disabled gallery generation --- .github/workflows/ci.yml | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d5dc2de3553..4ba0fbf93581 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: uses: actions/cache@v3 with: path: doc/source/examples - key: Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}-${{ hashFiles('examples/**') }} + key: Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}-${{ hashFiles('examples/**', 'doc/source/conf.py') }} restore-keys: | Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }} diff --git a/doc/source/conf.py b/doc/source/conf.py index 6faef6d3ed57..517b9d1b8669 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -35,7 +35,7 @@ "sphinx.ext.intersphinx", "sphinx_autodoc_typehints", "sphinx_copybutton", - #"sphinx_gallery.gen_gallery", + "sphinx_gallery.gen_gallery", "sphinxemoji.sphinxemoji", ]