From cc11596d6352633ba1559f067f393671480af5bc Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Mon, 25 Mar 2024 11:43:48 +0000 Subject: [PATCH] Update docs/source/conf.py --- 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 f26f5c6..9004d25 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,4 +35,5 @@ html_theme = 'sphinx_rtd_theme' epub_show_urls = 'footnote' -html_static_path = ['_static'] +def setup(app): + app.add_css_file("quartz.css")