Skip to content

Commit 6a57617

Browse files
authored
Merge branch '6-dev' into behaviors
2 parents 1dc563f + 841d89f commit 6a57617

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/conf.py

Lines changed: 6 additions & 6 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
}
@@ -195,9 +195,9 @@
195195

196196
# -- OpenGraph configuration ----------------------------------
197197

198-
ogp_site_url = "https://6.dev-docs.plone.org/"
198+
ogp_site_url = "https://6.docs.plone.org/"
199199
ogp_description_length = 200
200-
ogp_image = "https://6.dev-docs.plone.org/_static/Plone_logo_square.png"
200+
ogp_image = "https://6.docs.plone.org/_static/Plone_logo_square.png"
201201
ogp_site_name = "Plone Documentation"
202202
ogp_type = "website"
203203
ogp_custom_meta_tags = [
@@ -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",
@@ -255,7 +255,7 @@
255255
html_use_index = True
256256

257257
# Used by sphinx_sitemap to generate a sitemap
258-
html_baseurl = "https://6.dev-docs.plone.org"
258+
html_baseurl = "https://6.docs.plone.org"
259259

260260
# -- Options for HTML help output -------------------------------------------------
261261

@@ -285,7 +285,7 @@
285285
# suggest edit link
286286
# remark: {{ file_name }} is mandatory in "edit_page_url_template"
287287
html_context = {
288-
"edit_page_url_template": "https://6.dev-docs.plone.org/contributing/index.html?{{ file_name }}#making-contributions-on-github",
288+
"edit_page_url_template": "https://6.docs.plone.org/contributing/index.html?{{ file_name }}#making-contributions-on-github",
289289
}
290290

291291
# An extension that allows replacements for code blocks that

0 commit comments

Comments
 (0)