From 692fc36a91e673d34f5cc6042ee7366f154d9171 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 11 Nov 2024 20:32:22 -0800 Subject: [PATCH] rm static path --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 17452239..e808027d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,6 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "furo" -html_static_path = ["_static"] intersphinx_mapping = { "python": ("https://docs.python.org/3", None),