File: docs-Use-local-WTforms-intersphinx-inventary.patch

package info (click to toggle)
wtforms-alchemy 0.18.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 552 kB
  • sloc: python: 4,221; makefile: 116; sh: 11
file content (22 lines) | stat: -rw-r--r-- 873 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 27 Nov 2022 11:41:28 +0100
Subject: docs: Use local WTforms intersphinx inventary

Forewarded: Not-Needed
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 5333bb6..3fdb662 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -219,7 +219,7 @@ man_pages = [
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None,
-                       'https://wtforms.readthedocs.io/en/latest/': None,
+                       '/usr/share/doc/python-wtforms-doc/html/': None,
                        'https://sqlalchemy-utils.readthedocs.io/en/latest/': None,
                        'https://wtforms-components.readthedocs.io/en/latest/': None,
                       }