doc/en/Makefile: stabilize output between regendoc versions
This commit is contained in:
parent
e8eaebe595
commit
5935fbaa7a
|
@ -14,6 +14,8 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
|
||||||
|
|
||||||
REGENDOC_ARGS := \
|
REGENDOC_ARGS := \
|
||||||
--normalize "/[ \t]+\n/\n/" \
|
--normalize "/[ \t]+\n/\n/" \
|
||||||
|
--normalize "~\$$REGENDOC_TMPDIR~/home/sweet/project~" \
|
||||||
|
--normalize "~/path/to/example~/home/sweet/project~" \
|
||||||
--normalize "/in \d+.\d+ seconds/in 0.12 seconds/" \
|
--normalize "/in \d+.\d+ seconds/in 0.12 seconds/" \
|
||||||
--normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \
|
--normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \
|
||||||
--normalize "@pytest-(\d+)\\.[^ ,]+@pytest-\1.x.y@" \
|
--normalize "@pytest-(\d+)\\.[^ ,]+@pytest-\1.x.y@" \
|
||||||
|
|
Loading…
Reference in New Issue