Update docs/source/conf.py
This commit is contained in:
parent
58b451af01
commit
005fcdcbee
|
@ -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,
|
||||
}
|
Loading…
Reference in New Issue