From fd4d113a21cc368ebe65192d374fa7220aef510c Mon Sep 17 00:00:00 2001 From: Sermet Pekin Date: Mon, 19 Aug 2024 22:30:51 +0300 Subject: [PATCH] docs static --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f1f8f8a..e4660db 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,7 +49,8 @@ html_theme = "sphinx_book_theme" # Theme for HTML output -html_static_path = ["_static"] # Static files path +# html_static_path = ["_static"] # Static files path +html_static_path = ["static"] # Static files path try: os.makedirs(html_static_path[0])