From eaa63465b07710bb38e1bf0fb4e6e3dbeff68b37 Mon Sep 17 00:00:00 2001 From: papadanku Date: Sat, 2 Nov 2024 05:37:14 -0700 Subject: [PATCH] Update conf.py --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index dbf5588..7724bb1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,3 +24,4 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' +html_static_path = ['_static']