Skip to content

Commit 99ef8c6

Browse files
committed
Fix typo in Makefile: PYTEST_ADDOPT -> PYTEST_ADDOPTS
1 parent d746589 commit 99ef8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ clean:
3939
-rm -rf $(BUILDDIR)/*
4040

4141
regen:
42-
PYTHONDONTWRITEBYTECODE=1 PYTEST_ADDOPT=-pno:hypothesis COLUMNS=76 regendoc --update *.rst */*.rst ${REGENDOC_ARGS}
42+
PYTHONDONTWRITEBYTECODE=1 PYTEST_ADDOPTS=-pno:hypothesis COLUMNS=76 regendoc --update *.rst */*.rst ${REGENDOC_ARGS}
4343

4444
html:
4545
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

0 commit comments

Comments
 (0)