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 266bf2c commit cec2dd6Copy full SHA for cec2dd6
doc/en/Makefile
@@ -39,8 +39,9 @@ help:
39
clean:
40
-rm -rf $(BUILDDIR)/*
41
42
+regen: REGENDOC_FILES:=*.rst */*.rst
43
regen:
- PYTHONDONTWRITEBYTECODE=1 PYTEST_ADDOPTS=-pno:hypothesis COLUMNS=76 regendoc --update *.rst */*.rst ${REGENDOC_ARGS}
44
+ PYTHONDONTWRITEBYTECODE=1 PYTEST_ADDOPTS=-pno:hypothesis COLUMNS=76 regendoc --update ${REGENDOC_FILES} ${REGENDOC_ARGS}
45
46
html:
47
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
0 commit comments