diff --git a/docs/source/conf.py b/docs/source/conf.py index 8de4e29..c0fce8e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,4 +46,11 @@ html_css_files = [ 'css/custom.css', ] -pygments_style = "sphinx" \ No newline at end of file +pygments_style = "sphinx" + + +html_logo = "quartzmap-logo.png" +html_theme_options = { + 'logo_only': True, + 'display_version': False, +} \ No newline at end of file