Skip to content

Commit 83a35d0

Browse files
authored
Merge pull request plone#1191 from plone/fix-sphinx-warnings
Make links be compatible between both Volto and Plone documentation
2 parents d3cd459 + ff9d1e2 commit 83a35d0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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)