File: remove-rediraffe-from-sphinx-doc.patch

package info (click to toggle)
python-momepy 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 51,428 kB
  • sloc: python: 11,098; makefile: 35; sh: 11
file content (15 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove rediraffe ext from conf.py
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2024-10-30

--- python-momepy-0.8.1.orig/docs/conf.py
+++ python-momepy-0.8.1/docs/conf.py
@@ -76,7 +76,6 @@ extensions = [
     "myst_parser",
     "sphinx_copybutton",
     "sphinx_gallery.load_style",
-    "sphinxext.rediraffe",
 ]
 
 # nbsphinx do not use requirejs (breaks bootstrap)