File: do-not-call-sphinx_rtd_theme.get_html_theme_path.patch

package info (click to toggle)
mapclassify 2.8.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,632 kB
  • sloc: python: 2,521; makefile: 44; lisp: 7
file content (17 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
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).