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.
setuptools
1 parent 0e9a14e commit 76bf1e9Copy full SHA for 76bf1e9
1 file changed
Makefile
@@ -24,6 +24,7 @@ dev:
24
25
doc8:
26
@echo "-> Run doc8 validation"
27
+ @${ACTIVATE} pip install doc8 pbr setuptools
28
@${ACTIVATE} doc8 --config pyproject.toml --ignore-path docs/_build --max-line-length 100 docs/ *.rst
29
30
valid:
0 commit comments