Downgrade docutils to 0.15 (#1248)
This commit is contained in:
parent 562e8a18e9
commit 890660c38e
2 changed files with 2 additions and 2 deletions
2 Makefile
2
Makefile | | @ -80,7 +80,7 @@ setup: venv | |||
fi; \ | ||||
git -C $(CPYTHON_PATH) worktree add $(WORKTREE)/ $(CPYTHON_CURRENT_COMMIT); \ | ||||
$(MAKE) -C $(WORKTREE)/Doc/ VENVDIR=$(WORKTREE)/Doc/venv/ PYTHON=$(PYTHON) venv; \ | ||||
$(WORKTREE)/Doc/venv/bin/python -m pip install Sphinx==2.2; \ | ||||
$(WORKTREE)/Doc/venv/bin/python -m pip install Sphinx==2.2 docutils==0.15; \ | ||||
fi | ||||
| ||||
| ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue