From 4f72be3e501f110857a45355a1505e2d12dd60f8 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Mon, 25 Mar 2024 11:47:39 +0000 Subject: [PATCH] Update docs/source/conf.py --- docs/source/conf.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fc5a076..5ad8dcf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,5 +35,10 @@ html_theme = 'sphinx_rtd_theme' epub_show_urls = 'footnote' -def setup(app): - app.add_css_file("docs/source/quartz.css") +html_static_path = ['_static'] + +# These paths are either relative to html_static_path +# or fully qualified paths (eg. https://...) +html_css_files = [ + 'css/custom.css', +]