Skip to content

Commit

Permalink
Update Sphinx api
Browse files Browse the repository at this point in the history
  • Loading branch information
themperek committed Jun 7, 2021
1 parent a70a8d2 commit e64263e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@


def setup(app):
app.add_stylesheet("theme_overrides.css")
app.add_javascript("http://wavedrom.com/skins/default.js")
app.add_javascript("http://wavedrom.com/WaveDrom.js")
app.add_javascript("WaveDrom_load.js")
app.add_css_file("theme_overrides.css")
app.add_js_file("http://wavedrom.com/skins/default.js")
app.add_js_file("http://wavedrom.com/WaveDrom.js")
app.add_js_file("WaveDrom_load.js")


# Add any extra paths that contain custom files (such as robots.txt or
Expand Down

0 comments on commit e64263e

Please sign in to comment.