Update docs/source/conf.py

This commit is contained in:
AcuGIS 2024-03-25 11:47:39 +00:00
parent 8f3b66512c
commit 4f72be3e50
1 changed files with 7 additions and 2 deletions

View File

@ -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',
]