Skip to content

Commit

Permalink
Replace calls to deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jun 7, 2021
1 parent e30839c commit 6a4d4ed
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 @@ -157,8 +157,8 @@
# --
def setup(app):
# path relative to _static
app.add_stylesheet("theme_overrides.css")
app.add_javascript("piwik.js")
app.add_css_file("theme_overrides.css")
app.add_js_file("piwik.js")


# -- Options for intersphinx --------------------------------------------------
Expand Down

0 comments on commit 6a4d4ed

Please sign in to comment.