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 9525f0a commit 8e49616Copy full SHA for 8e49616
docs/conf.py
@@ -352,6 +352,6 @@
352
353
354
def setup(app):
355
- app.add_stylesheet("theme_overrides.css")
+ app.add_css_file("theme_overrides.css")
356
# We need this for the boilerplate script
357
- app.add_javascript("https://cdn.rawgit.com/chrisfilo/zenodo.js/v0.1/zenodo.js")
+ app.add_js_file("https://cdn.rawgit.com/chrisfilo/zenodo.js/v0.1/zenodo.js")
setup.cfg
@@ -54,7 +54,7 @@ doc =
54
packaging
55
pydot >= 1.2.3
56
pydotplus
57
- sphinx >= 1.5.3
+ sphinx >= 1.8
58
sphinx-argparse
59
sphinx_rtd_theme
60
sphinxcontrib-napoleon
0 commit comments