Skip to content

Commit 91ada99

Browse files
committed
Update docs requirements for Python 3.9
1 parent 88f7529 commit 91ada99

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mistune
22
jsonschema
33
ipython
4-
sphinx<4
5-
jinja2<3
6-
markupsafe<2
4+
sphinx
5+
jinja2
6+
markupsafe

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# Undocumented trick: if we def setup here in conf.py, it gets called just
5959
# like an extension's setup function.
6060
def setup(app):
61-
app.add_javascript("show-code.js")
62-
app.add_javascript("facebox.js")
63-
app.add_stylesheet("facebox.css")
61+
app.add_js_file("show-code.js")
62+
app.add_js_file("facebox.js")
63+
app.add_css_file("facebox.css")
6464

6565
# Add any paths that contain templates here, relative to this directory.
6666
templates_path = ['_templates']

0 commit comments

Comments
 (0)