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:45:26 +0100
Subject: docs: Use local WTForms-Components intersphinx inventary
Forewarded: Not-needed
---
docs/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 638a7c6..8c0baf3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -220,6 +220,6 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None,
'/usr/share/doc/python-wtforms-doc/html/': None,
- '/usr/share/doc/python-sqlalchemy-utils-doc/html/': None,
- 'https://wtforms-components.readthedocs.io/en/latest/': None,
+ '/usr/share/doc/python-sqlalchemy-utils-doc/html': None,
+ '/usr/share/doc/python3-wtforms-components/html/': None,
}
|