Skip to content

Commit 2a41412

Browse files
committed
Add Python as a pre-requisite
Make spaces consistent in Makefile
1 parent e18d023 commit 2a41412

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docs/volto:
6262
@echo "Documentation of volto initialized."
6363

6464
.PHONY: deps
65-
deps: bin/python docs/volto docs/plone.restapi docs/plone.api ## Create Python virtual environment, install requirements, initialize or update the volto, plone.restapi, and plone.api submodules, and finally create symlinks to the source files.
65+
deps: bin/python docs/volto docs/plone.restapi docs/plone.api ## Create Python virtual environment, install requirements, initialize or update the volto, plone.restapi, and plone.api submodules, and finally create symlinks to the source files.
6666

6767

6868
.PHONY: html

docs/contributing/setup-build.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ This document covers how to build the Plone Documentation and check it for quali
2121
Installation of Plone 6 Documentation includes pre-requisites and the repository itself.
2222

2323

24+
(setup-build-installation-python-label)=
25+
26+
### Python
27+
28+
Python 3.8 or later is required.
29+
A more recent Python is preferred.
30+
Use your system's package manager or [pyenv](https://github.com/pyenv/pyenv) to install an appropriate version of Python.
31+
32+
2433
(setup-build-installation-vale-label)=
2534

2635
### Vale

0 commit comments

Comments
 (0)