From bdca07a0a7f971648c3f495c5b7927d18bd5fc63 Mon Sep 17 00:00:00 2001 From: Jake Stevens-Haas <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:16:34 -0800 Subject: [PATCH] DOC: remove html static path --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f727f320..8c72125d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,8 +53,6 @@ here = Path(__file__).parent.resolve() -html_static_path = ["_static"] - exclude_patterns = ["build", "_build", "Youtube"] # pygments_style = "sphinx"