diff --git a/doc_src/conf.py b/doc_src/conf.py index 55f9c7cfd..893256db5 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -113,7 +113,7 @@ html_theme_path = ["."] html_theme = "python_docs_theme" # Shared styles across all doc versions. -html_css_files = ["/docs/shared/style.css"] +html_css_files = [] # Don't add a weird "_sources" directory html_copy_source = False