Skip to content

Commit bd14c16

Browse files
committedJun 4, 2024·
Fix deployment of documentation
1 parent 5815977 commit bd14c16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
ref: gh-pages
8686
fetch-depth: 0
8787

88-
- uses: actions/download-artifact@v2
88+
- uses: actions/download-artifact@v4
8989
name: Download krotov-docs artifact
9090
with:
9191
name: krotov-docs

‎docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def run_apidoc(app):
7070
"sphinx.ext.viewcode",
7171
"sphinx_copybutton",
7272
"sphinxcontrib.bibtex",
73+
"sphinxcontrib.jquery",
7374
"dollarmath", # must be loaded after sphinx.ext.autodoc
7475
]
7576
if os.getenv("SPELLCHECK"):

0 commit comments

Comments
 (0)
Please sign in to comment.