diff --git a/docs/source/conf.py b/docs/source/conf.py index 105e3b7..3f5ec64 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,9 +13,6 @@ def setup(app): - app.add_javascript("https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js") - app.add_javascript("https://unpkg.com/@jupyter-widgets/html-manager@*/dist/embed-amd.js") - app.add_stylesheet("main_stylesheet.css") html_theme = "sphinx_rtd_theme"