Author: Andreas Tille
Last-Update: Mon, 11 Oct 2021 09:34:54 +0200
Description: Use sphinx theme that is packaged for Debian

--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -32,6 +32,7 @@ extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.todo',
     'sphinx.ext.ifconfig',
+    'python_docs_theme'
 ]
 
 # Add any paths that contain templates here, relative to this directory.
@@ -107,7 +108,7 @@ pygments_style = 'sphinx'
 #html_theme = "sphinx_rtd_theme"
 #html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 
-html_theme = 'furo'
+html_theme = 'python_docs_theme'
 html_logo = '../logo.png'
 
 #html_theme = 'classic'
