Skip to content

Commit 3fa6b2b

Browse files
committed
Make links be compatible between both Volto and Plone documentation
1 parent dc19afc commit 3fa6b2b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,14 @@
131131
#
132132
# https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
133133
#
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.
134138
intersphinx_mapping = {
135-
"training": ("https://training.plone.org/5/", None),
139+
"plone": ("https://6.dev-docs.plone.org/", None), # for imported packages
136140
"python": ("https://docs.python.org/3/", None),
141+
"training": ("https://training.plone.org/5/", None),
137142
}
138143

139144

0 commit comments

Comments
 (0)