From 9cd39e88b536a04cec4c4292cb9afc37779f62c8 Mon Sep 17 00:00:00 2001 From: Tom Andersson Date: Thu, 5 Oct 2023 11:44:50 +0100 Subject: [PATCH] Try removing `html_static_path` `_static` entry to fix 'dir does not exist' err --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),