Skip to content

Commit 65b48db

Browse files
committed
Added intersphinx
1 parent 704f88e commit 65b48db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
extensions = [
7+
"sphinx.ext.intersphinx",
78
"autoapi.extension",
89
"sphinx_rtd_theme",
910
]
@@ -21,3 +22,9 @@
2122
"*/server/*",
2223
"*/core/*",
2324
]
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

Comments
 (0)