1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
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
|