Skip to content

Commit 944073f

Browse files
authored
Merge pull request #486 from MongoEngine/intersphinx_mapping_extension
Added: Intersphinx integrations with wtforms and flask-wtf
2 parents 67e6388 + 4186277 commit 944073f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@
244244
"werkzeug": ("https://werkzeug.palletsprojects.com/en/2.1.x/", None),
245245
"pymongo": ("https://pymongo.readthedocs.io/en/stable/", None),
246246
"mongoengine": ("https://docs.mongoengine.org/", None),
247+
"wtforms": ("https://wtforms.readthedocs.io/en/3.0.x/", None),
248+
"flask-wtf": ("https://flask-wtf.readthedocs.io/en/1.0.x/", None),
247249
}
248250
myst_enable_extensions = [
249251
"tasklist",

0 commit comments

Comments
 (0)