diff --git a/docs/conf.py b/docs/conf.py index 4cdb4a7a..035de228 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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