Update docs/source/conf.py

This commit is contained in:
AcuGIS 2024-03-25 11:43:48 +00:00
parent 2fc89f52b7
commit cc11596d63
1 changed files with 2 additions and 1 deletions

View File

@ -35,4 +35,5 @@ html_theme = 'sphinx_rtd_theme'
epub_show_urls = 'footnote' epub_show_urls = 'footnote'
html_static_path = ['_static'] def setup(app):
app.add_css_file("quartz.css")