diff --git a/docs/conf.py b/docs/conf.py index 89611687..45bb6b85 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "sphinx_rtd_theme" -html_static_path = ["_static"] +html_static_path = [] intersphinx_mapping = { "python": ("https://docs.python.org/3", None),