File: fix-sphinx-conf.patch

package info (click to toggle)
sphinxcontrib-openapi 0.8.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: python: 7,575; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove deprecated get_html_theme_path call
  Not forwarding upstream as they are (presumably) using an older sphinx
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2024-11-19

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,4 +23,3 @@
     import sphinx_rtd_theme
 
     html_theme = "sphinx_rtd_theme"
-    html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]