Skip to content

Commit bb6c179

Browse files
committed
Revert attempt to activate the Python virtual environment in Makefile.
It breaks the build on Netlify.
1 parent 4162627 commit bb6c179

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = ../bin/sphinx-build
6+
SPHINXBUILD = sphinx-build
77
PAPER =
88
DOCS_DIR = ./docs/
99
BUILDDIR = ../_build/

docs/contributing/setup-build.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ brew install enchant
3131
sudo apt-get install enchant
3232
```
3333

34-
Clone the Plone Documentation repository, then create and activate a virtual environment, and install project dependencies.
34+
Clone the Plone Documentation repository, then create a Python virtual environment, install project dependencies, and activate the virtual environment.
3535

3636
```shell
3737
git clone https://github.com/plone/documentation.git
3838
cd documentation
3939
make build
40+
source bin/activate
4041
```
4142

4243

0 commit comments

Comments
 (0)