We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5815977 commit bd14c16Copy full SHA for bd14c16
.github/workflows/docs.yml
@@ -85,7 +85,7 @@ jobs:
85
ref: gh-pages
86
fetch-depth: 0
87
88
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
89
name: Download krotov-docs artifact
90
with:
91
name: krotov-docs
docs/conf.py
@@ -70,6 +70,7 @@ def run_apidoc(app):
70
"sphinx.ext.viewcode",
71
"sphinx_copybutton",
72
"sphinxcontrib.bibtex",
73
+ "sphinxcontrib.jquery",
74
"dollarmath", # must be loaded after sphinx.ext.autodoc
75
]
76
if os.getenv("SPELLCHECK"):
0 commit comments