From b51eee49dc287a11d9b398cae030e0e3de765b32 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Mon, 25 Mar 2024 11:40:08 +0000 Subject: [PATCH] Update docs/source/conf.py --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d911c5..f26f5c6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,3 +33,6 @@ html_theme = 'sphinx_rtd_theme' # -- Options for EPUB output epub_show_urls = 'footnote' + + +html_static_path = ['_static']