Commit 9a7dd998 authored by JC Brand's avatar JC Brand

Ensure python 3.7 is used for sphinx and bump lerna version

parent fa2d6cca
......@@ -36,9 +36,11 @@ parts
*.pyc
*.egg-info
lib
lib64
include
bin
develop-eggs
pyvenv.cfg
converse-logs/*.html
......
......@@ -116,6 +116,7 @@ stamp-npm: $(LERNA) package.json package-lock.json src/headless/package.json
.PHONY: clean
clean:
npm run clean
rm -r lib bin include parts
.PHONY: dev
dev: stamp-npm
......@@ -227,7 +228,7 @@ check: eslint dist/converse.js
## Documentation
./bin/activate:
python3 -m venv .
python3.7 -m venv .
.installed.cfg: requirements.txt buildout.cfg
./bin/pip install -r requirements.txt
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment