Skip to content

Commit 8e49616

Browse files
committed
DOC: Use add_css/js_file methods
1 parent 9525f0a commit 8e49616

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,6 @@
352352

353353

354354
def setup(app):
355-
app.add_stylesheet("theme_overrides.css")
355+
app.add_css_file("theme_overrides.css")
356356
# We need this for the boilerplate script
357-
app.add_javascript("https://cdn.rawgit.com/chrisfilo/zenodo.js/v0.1/zenodo.js")
357+
app.add_js_file("https://cdn.rawgit.com/chrisfilo/zenodo.js/v0.1/zenodo.js")

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ doc =
5454
packaging
5555
pydot >= 1.2.3
5656
pydotplus
57-
sphinx >= 1.5.3
57+
sphinx >= 1.8
5858
sphinx-argparse
5959
sphinx_rtd_theme
6060
sphinxcontrib-napoleon

0 commit comments

Comments
 (0)