1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Do not call sphinx_rtd_theme.get_html_theme_path()
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1114198
Forwarded: no
Last-Update: 2025-11-04
--- mapclassify-2.8.1.orig/docs/conf.py
+++ mapclassify-2.8.1/docs/conf.py
@@ -99,7 +99,7 @@ todo_include_todos = False
#
# html_theme = 'alabaster'
html_theme = "sphinx_rtd_theme"
-html_theme_path = sphinx_rtd_theme.get_html_theme_path()
+#html_theme_path = sphinx_rtd_theme.get_html_theme_path()
html_title = "%s v%s Manual" % (project, version)
# (Optional) Logo of your package. Should be small enough to fit the navbar (ideally 24x24).
|