Skip to content

Commit

Permalink
Temporarily pin setuptools to 49.2.1 in Docs venv.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Sep 1, 2020
1 parent c3a651a commit d594b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ clean:

venv:
$(PYTHON) -m venv $(VENVDIR)
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
# $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
@echo "The venv has been created in the $(VENVDIR) directory"

Expand Down

0 comments on commit d594b08

Please sign in to comment.