summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Schoenert <c.schoenert@t-online.de>2022-11-21 08:57:13 +0100
committerCarsten Schoenert <c.schoenert@t-online.de>2024-01-01 11:34:45 +0100
commitc2f1eec1d643d7cd0ba889755d64ff9d839c76d1 (patch)
treeebfb75a8411c38f5e8c106998959b74b87f5c22a
parent2f2d263ec09709bafe90195b2606faad54129e79 (diff)
docs: Don't use external intersphinx
Use objects.inv information from local installed packages. Forwarded: Not-Needed Gbp-Pq: Name docs-Don-t-use-external-intersphinx.patch
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index afd60ff..412e662 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,7 +20,7 @@ extensions = [
"sphinxcontrib.log_cabinet",
]
intersphinx_mapping = {
- "python": ("https://docs.python.org/3/", None),
+ "python": ("/usr/share/doc/python3-doc/html", None),
}
issues_github_path = "wtforms/wtforms"