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 dc19afc commit 3fa6b2bCopy full SHA for 3fa6b2b
docs/conf.py
@@ -131,9 +131,14 @@
131
#
132
# https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
133
134
+# Note that Plone Documentation imports documentation from several remote repositories.
135
+# These projects need to build their docs as part of their CI/CD and testing.
136
+# We use Intersphinx to resolve targets when either the individual project's or
137
+# the entire Plone Documentation is built.
138
intersphinx_mapping = {
- "training": ("https://training.plone.org/5/", None),
139
+ "plone": ("https://6.dev-docs.plone.org/", None), # for imported packages
140
"python": ("https://docs.python.org/3/", None),
141
+ "training": ("https://training.plone.org/5/", None),
142
}
143
144
0 commit comments