From 005fcdcbee7906ce212aaa86cc1cbf85a8dd8a25 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Thu, 9 May 2024 13:20:24 +0000 Subject: [PATCH] Update docs/source/conf.py --- docs/source/conf.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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