Skip to content

Commit 6f1a835

Browse files
authored
Merge pull request plone#1386 from plone/html_use_opensearch-url
fix more URLs in conf.py
2 parents 4fffccd + 7c33150 commit 6f1a835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
# We use Intersphinx to resolve targets when either the individual project's or
183183
# the entire Plone Documentation is built.
184184
intersphinx_mapping = {
185-
"plone": ("https://6.dev-docs.plone.org/", None), # for imported packages
185+
"plone": ("https://6.docs.plone.org/", None), # for imported packages
186186
"python": ("https://docs.python.org/3/", None),
187187
"training": ("https://training.plone.org/5/", None),
188188
}
@@ -227,7 +227,7 @@
227227

228228
# Announce that we have an opensearch plugin
229229
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_use_opensearch
230-
html_use_opensearch = "https://docs.plone.org"
230+
html_use_opensearch = "https://6.docs.plone.org"
231231

232232
html_theme_options = {
233233
"path_to_docs": "docs",

0 commit comments

Comments
 (0)