diff --git a/docs/conf.py b/docs/conf.py index 450626852..e0ddab19b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -142,8 +142,8 @@ # https://github.com/rtfd/sphinx_rtd_theme/issues/117 def setup(app): - app.add_stylesheet('theme_overrides.css') - app.add_javascript("https://cdn.rawgit.com/chrisfilo/zenodo.js/v0.1/zenodo.js") + app.add_css_file('theme_overrides.css') + app.add_js_file("https://cdn.rawgit.com/chrisfilo/zenodo.js/v0.1/zenodo.js") html_favicon = '_static/tedana_favicon.png'