Skip to content

Commit

Permalink
Fix deployment of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Jun 4, 2024
1 parent 5815977 commit bd14c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
ref: gh-pages
fetch-depth: 0

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
name: Download krotov-docs artifact
with:
name: krotov-docs
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def run_apidoc(app):
"sphinx.ext.viewcode",
"sphinx_copybutton",
"sphinxcontrib.bibtex",
"sphinxcontrib.jquery",
"dollarmath", # must be loaded after sphinx.ext.autodoc
]
if os.getenv("SPELLCHECK"):
Expand Down

0 comments on commit bd14c16

Please sign in to comment.