From 64d58a6580ab80e97e239ae8778671d16661c918 Mon Sep 17 00:00:00 2001 From: Tom Schammo Date: Wed, 4 Dec 2024 10:20:38 +0100 Subject: [PATCH] fix: Remove unnecessary option in `conf.py` --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6c2f34b..9fa0fc5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,4 +44,3 @@ class MockClass(): # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'alabaster' -html_static_path = ['_static']