Update docs/source/conf.py

This commit is contained in:
AcuGIS 2024-05-09 13:20:24 +00:00
parent 58b451af01
commit 005fcdcbee
1 changed files with 8 additions and 1 deletions

View File

@ -47,3 +47,10 @@ html_css_files = [
] ]
pygments_style = "sphinx" pygments_style = "sphinx"
html_logo = "quartzmap-logo.png"
html_theme_options = {
'logo_only': True,
'display_version': False,
}