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 281d47a commit a69e3cfCopy full SHA for a69e3cf
Makefile
@@ -10,7 +10,7 @@ buildpackage : setup.py
10
11
.PHONY : docs
12
docs : docs/Makefile
13
- cd docs/ && $(MAKE) html
+ cd docs/ && $(MAKE) html SPHINXOPTS="-W"
14
15
16
# Local project directory and environment management recipes
@@ -38,8 +38,7 @@ ci-init :
38
pipenv install
39
40
.PHONY : ci
41
-ci :
42
- pipenv run pytest -m "not ratelimit"
+ci : pytest docs
43
44
.PHONY : toxtest
45
toxtest : tox.ini
0 commit comments