Skip to content

Commit 13bdbad

Browse files
authored
Merge branch '6.0' into first-time-contributor-update
2 parents dcaca99 + a555f76 commit 13bdbad

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.vale.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Packages = Microsoft
88

99
[*]
1010
BasedOnStyles = Vale, Microsoft
11+
Microsoft.Contractions = suggestion
12+
Microsoft.Units = suggestion

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0", # volto
9494
# Ignore unreliable sites
9595
r"https://web.archive.org/", # volto
96+
r"https://www.youtube.com/playlist", # volto, TODO remove after installing sphinxcontrib.youtube
9697
]
9798
linkcheck_anchors = True
9899
linkcheck_timeout = 5
@@ -128,6 +129,11 @@
128129
"volto/contributing/branch-policy.md",
129130
]
130131

132+
suppress_warnings = [
133+
# "toc.excluded", # Suppress `WARNING: document isn't included in any toctree`
134+
"toc.not_readable", # Suppress `WARNING: toctree contains reference to nonexisting document 'news*'`
135+
]
136+
131137
html_js_files = ["patch_scrollToActive.js", "search_shortcut.js"]
132138

133139
html_extra_path = [
@@ -316,7 +322,7 @@ def source_replace(app, docname, source):
316322
# Dict of replacements.
317323
source_replacements = {
318324
"{PLONE_BACKEND_MINOR_VERSION}": "6.0",
319-
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.7",
325+
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.8",
320326
"{NVM_VERSION}": "0.39.3",
321327
}
322328

submodules/volto

Submodule volto updated 1008 files

0 commit comments

Comments
 (0)