We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92058d9 commit fee5517Copy full SHA for fee5517
Makefile
@@ -17,11 +17,8 @@ $(VENV)/bin/pytest: $(VENV)/bin/python requirements.txt
17
$(VENV)/bin/pip install -Ur requirements.txt
18
touch $@
19
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
+docs:
+ tox -e docs
25
26
# See setup.cfg for configuration.
27
isort:
0 commit comments