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 ...@@ -36,9 +36,11 @@ parts
*.pyc *.pyc
*.egg-info *.egg-info
lib lib
lib64
include include
bin bin
develop-eggs develop-eggs
pyvenv.cfg
converse-logs/*.html converse-logs/*.html
......
...@@ -116,6 +116,7 @@ stamp-npm: $(LERNA) package.json package-lock.json src/headless/package.json ...@@ -116,6 +116,7 @@ stamp-npm: $(LERNA) package.json package-lock.json src/headless/package.json
.PHONY: clean .PHONY: clean
clean: clean:
npm run clean npm run clean
rm -r lib bin include parts
.PHONY: dev .PHONY: dev
dev: stamp-npm dev: stamp-npm
...@@ -227,7 +228,7 @@ check: eslint dist/converse.js ...@@ -227,7 +228,7 @@ check: eslint dist/converse.js
## Documentation ## Documentation
./bin/activate: ./bin/activate:
python3 -m venv . python3.7 -m venv .
.installed.cfg: requirements.txt buildout.cfg .installed.cfg: requirements.txt buildout.cfg
./bin/pip install -r requirements.txt ./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