We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e6388 commit 4186277Copy full SHA for 4186277
docs/conf.py
@@ -244,6 +244,8 @@
244
"werkzeug": ("https://werkzeug.palletsprojects.com/en/2.1.x/", None),
245
"pymongo": ("https://pymongo.readthedocs.io/en/stable/", None),
246
"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),
249
}
250
myst_enable_extensions = [
251
"tasklist",
0 commit comments