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

@ -46,4 +46,11 @@ html_css_files = [
'css/custom.css',
]
pygments_style = "sphinx"
pygments_style = "sphinx"
html_logo = "quartzmap-logo.png"
html_theme_options = {
'logo_only': True,
'display_version': False,
}