Skip to content

Commit

Permalink
Reverted style changes and updated function names.
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela committed May 19, 2021
1 parent 37096ed commit fee8b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fee8b48

Please sign in to comment.