diff --git a/.github/workflows/sphinx-gitpg.yml b/.github/workflows/sphinx-gitpg.yml index abbd9af..9ff2c7d 100755 --- a/.github/workflows/sphinx-gitpg.yml +++ b/.github/workflows/sphinx-gitpg.yml @@ -32,7 +32,7 @@ jobs: python-version: "3.11" - name: Setup Sphinx run: | - pip install sphinx sphinx_rtd_theme + pip install sphinx sphinx_rtd_theme sphinx_gallery - name: Sphinx Build run: | cd 'docs' diff --git a/README.rst b/README.rst index 86a6f5d..ddc8e70 100644 --- a/README.rst +++ b/README.rst @@ -357,7 +357,7 @@ This streamlines the process of keeping your documentation up-to-date. python-version: '3.11' - name: Setup Sphinx run: | - pip install sphinx sphinx_rtd_theme + pip install sphinx sphinx_rtd_theme sphinx_gallery - name: Sphinx Build run: | cd 'docs'