Skip to content

Commit

Permalink
Fix documentation generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
leojklarner committed Dec 9, 2023
1 parent ae1eb60 commit f2f7a3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pip install sphinx furo myst_parser
- name: Sphinx build
run: |
sphinx-build doc _build
sphinx-build docs _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down
14 changes: 7 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
#"sphinx_copybutton",
#"sphinx_inline_tabs",
#"sphinxcontrib.gtagjs",
#"sphinxext.opengraph",
#"m2r2",
#"nbsphinx",
#"nbsphinx_link",
# "sphinx_copybutton",
# "sphinx_inline_tabs",
# "sphinxcontrib.gtagjs",
# "sphinxext.opengraph",
# "m2r2",
# "nbsphinx",
# "nbsphinx_link",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit f2f7a3f

Please sign in to comment.