Skip to content

Commit fee5517

Browse files
committed
Makefile: docs: use tox
1 parent 92058d9 commit fee5517

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Makefile

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ $(VENV)/bin/pytest: $(VENV)/bin/python requirements.txt
1717
$(VENV)/bin/pip install -Ur requirements.txt
1818
touch $@
1919

20-
$(VENV)/bin/sphinx-build: $(VENV)/bin/pip
21-
$(VENV)/bin/pip install sphinx
22-
23-
docs: $(VENV)/bin/sphinx-build
24-
SPHINXBUILD=../$(VENV)/bin/sphinx-build $(MAKE) -C docs html
20+
docs:
21+
tox -e docs
2522

2623
# See setup.cfg for configuration.
2724
isort:

0 commit comments

Comments
 (0)