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 704f88e commit 65b48dbCopy full SHA for 65b48db
docs/conf.py
@@ -4,6 +4,7 @@
4
5
6
extensions = [
7
+ "sphinx.ext.intersphinx",
8
"autoapi.extension",
9
"sphinx_rtd_theme",
10
]
@@ -21,3 +22,9 @@
21
22
"*/server/*",
23
"*/core/*",
24
25
+
26
+intersphinx_mapping = {
27
+ "marshmallow": ("https://marshmallow.readthedocs.io/en/stable/", None),
28
+ "webargs": ("https://webargs.readthedocs.io/en/latest/", None),
29
+ "apispec": ("https://apispec.readthedocs.io/en/latest/", None),
30
+}
0 commit comments