From 8ae1e3f4268f98ab82132f87e5400a90055f5715 Mon Sep 17 00:00:00 2001 From: papadanku <115061077+papadanku@users.noreply.github.com> Date: Sat, 3 Aug 2024 10:05:24 -0700 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index bf21d14..123234e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,5 +22,5 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "sphinx13" -html_theme_path = ["."] +html_theme_path = ["_themes"] html_static_path = ['_static']