Skip to content

Commit 4d2f79e

Browse files
authored
Merge branch '6-dev' into spellcheck-replacement-todo
2 parents 5f6891c + 2408883 commit 4d2f79e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
# built documents.
3030
#
3131
# The short X.Y version.
32-
version = "6.0-dev"
32+
version = "6.0"
3333
# The full version, including alpha/beta/rc tags.
34-
release = "6.0-dev"
34+
release = "6.0"
3535

3636
# -- General configuration ----------------------------------------------------
3737

@@ -177,7 +177,7 @@
177177
# We use Intersphinx to resolve targets when either the individual project's or
178178
# the entire Plone Documentation is built.
179179
intersphinx_mapping = {
180-
"plone": ("https://6.dev-docs.plone.org/", None), # for imported packages
180+
"plone": ("https://6.docs.plone.org/", None), # for imported packages
181181
"python": ("https://docs.python.org/3/", None),
182182
"training": ("https://training.plone.org/5/", None),
183183
}
@@ -190,9 +190,9 @@
190190

191191
# -- OpenGraph configuration ----------------------------------
192192

193-
ogp_site_url = "https://6.dev-docs.plone.org/"
193+
ogp_site_url = "https://6.docs.plone.org/"
194194
ogp_description_length = 200
195-
ogp_image = "https://6.dev-docs.plone.org/_static/Plone_logo_square.png"
195+
ogp_image = "https://6.docs.plone.org/_static/Plone_logo_square.png"
196196
ogp_site_name = "Plone Documentation"
197197
ogp_type = "website"
198198
ogp_custom_meta_tags = [
@@ -222,7 +222,7 @@
222222

223223
# Announce that we have an opensearch plugin
224224
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_use_opensearch
225-
html_use_opensearch = "https://docs.plone.org"
225+
html_use_opensearch = "https://6.docs.plone.org"
226226

227227
html_theme_options = {
228228
"path_to_docs": "docs",
@@ -250,7 +250,7 @@
250250
html_use_index = True
251251

252252
# Used by sphinx_sitemap to generate a sitemap
253-
html_baseurl = "https://6.dev-docs.plone.org"
253+
html_baseurl = "https://6.docs.plone.org"
254254

255255
# -- Options for HTML help output -------------------------------------------------
256256

@@ -280,7 +280,7 @@
280280
# suggest edit link
281281
# remark: {{ file_name }} is mandatory in "edit_page_url_template"
282282
html_context = {
283-
"edit_page_url_template": "https://6.dev-docs.plone.org/contributing/index.html?{{ file_name }}#making-contributions-on-github",
283+
"edit_page_url_template": "https://6.docs.plone.org/contributing/index.html?{{ file_name }}#making-contributions-on-github",
284284
}
285285

286286
# An extension that allows replacements for code blocks that
@@ -295,7 +295,7 @@ def source_replace(app, docname, source):
295295

296296
# Dict of replacements.
297297
source_replacements = {
298-
"{PLONE_BACKEND_VERSION}": "6.0.0b3",
298+
"{PLONE_BACKEND_VERSION}": "6.0.0",
299299
}
300300

301301

0 commit comments

Comments
 (0)