We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f7529 commit 91ada99Copy full SHA for 91ada99
docs/requirements.txt
@@ -1,6 +1,6 @@
1
mistune
2
jsonschema
3
ipython
4
-sphinx<4
5
-jinja2<3
6
-markupsafe<2
+sphinx
+jinja2
+markupsafe
docs/source/conf.py
@@ -58,9 +58,9 @@
58
# Undocumented trick: if we def setup here in conf.py, it gets called just
59
# like an extension's setup function.
60
def setup(app):
61
- app.add_javascript("show-code.js")
62
- app.add_javascript("facebox.js")
63
- app.add_stylesheet("facebox.css")
+ app.add_js_file("show-code.js")
+ app.add_js_file("facebox.js")
+ app.add_css_file("facebox.css")
64
65
# Add any paths that contain templates here, relative to this directory.
66
templates_path = ['_templates']
0 commit comments