Skip to content

Commit d2dc208

Browse files
authored
Merge branch '6.0' into volto-5730-reorg-roadmap
2 parents f18bd58 + e63e83a commit d2dc208

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ def source_replace(app, docname, source):
341341
# Dict of replacements.
342342
source_replacements = {
343343
"{PLONE_BACKEND_MINOR_VERSION}": "6.0",
344-
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.9",
344+
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.10.1",
345345
"{NVM_VERSION}": "0.39.5",
346-
"{SUPPORTED_PYTHON_VERSIONS}": "3.8, 3.9, 3.10, or 3.11",
346+
"{SUPPORTED_PYTHON_VERSIONS}": "3.8, 3.9, 3.10, 3.11, or 3.12",
347347
}
348348

349349

docs/install/manage-add-ons-packages.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,9 @@ collective.easyform
173173

174174
Add it to {file}`instance.yaml` to let Zope know that this add-on should be loaded:
175175

176-
```{code-block} yaml
177-
:emphasize-lines: 3-6
176+
```yaml
178177
default_context:
179-
load_zcml:
180-
package_includes: [
181-
'project_title',
182-
'collective.easyform',
183-
]
178+
zcml_package_includes: project_title, collective.easyform
184179
```
185180
186181
Stop the backend with {kbd}`ctrl-c`.
@@ -221,11 +216,7 @@ Add it to {file}`instance.yaml` to let Zope know that this add-on should be load
221216
222217
```yaml
223218
default_context:
224-
load_zcml:
225-
package_includes: [
226-
'project_title',
227-
'collective.easyform',
228-
]
219+
zcml_package_includes: project_title, collective.easyform
229220
```
230221

231222
Stop the backend with {kbd}`ctrl-c`.
@@ -265,11 +256,7 @@ Add it to {file}`instance.yaml` to let Zope know that this add-on should be load
265256

266257
```yaml
267258
default_context:
268-
load_zcml:
269-
package_includes: [
270-
'project_title',
271-
'collective.easyform',
272-
]
259+
zcml_package_includes: project_title, collective.easyform
273260
```
274261
275262
Stop the backend with {kbd}`ctrl-c`.

0 commit comments

Comments
 (0)