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,
                       }
