From e3b1d327f1a43929bbb0c1030fa74a40a33a8863 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 23 Aug 2023 20:58:03 +0200 Subject: [PATCH] docs: Remove reference to nonexistent style.css --- doc_src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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