Description: Don't use unpackaged sphinx modules/themese
Author: IOhannes m zömlnig
Origin: Debian
Forwarded: not-needed
Last-Update: 2023-02-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- soundscaperenderer.orig/doc/manual/conf.py
+++ soundscaperenderer/doc/manual/conf.py
@@ -6,7 +6,7 @@
 # -- General configuration -----------------------------------------------------
 
 extensions = [
-    'sphinx_last_updated_by_git',
+#    'sphinx_last_updated_by_git',
 ]
 
 master_doc = 'index'
@@ -38,7 +38,7 @@
 
 # -- Options for HTML output ---------------------------------------------------
 
-html_theme = 'insipid'
+html_theme = 'sphinx_rtd_theme'
 html_favicon = 'favicon.svg'
 
 html_domain_indices = False
