Skip to content

Commit

Permalink
FIX: support Plotly in static webpages
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 25, 2023
1 parent 9979dc5 commit df88cc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ def fetch_logo(url: str, output_path: str) -> None:
html_copy_source = True # needed for download notebook button
html_css_files = ["custom.css"]
html_favicon = "_static/favicon.ico"
html_js_files = [
"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js",
]
html_last_updated_fmt = "%-d %B %Y"
html_show_copyright = False
html_show_sourcelink = False
Expand Down

0 comments on commit df88cc6

Please sign in to comment.