File: local-intersphinx.patch

package info (click to toggle)
sphinxext-rediraffe 0.3.0-2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 944 kB
  • sloc: python: 1,361; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use local objects.inv, avoiding internet access during build
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2025-10-03

--- sphinxext-rediraffe-0.3.0.orig/docs/conf.py
+++ sphinxext-rediraffe-0.3.0/docs/conf.py
@@ -25,7 +25,7 @@ extensions = [
 ]
 
 intersphinx_mapping = {
-    'sphinx': ('https://www.sphinx-doc.org/', None),
+    'sphinx': ("/usr/share/doc/sphinx-doc/html/", None),
 }
 
 rediraffe_redirects = {