Skip to content

Commit 5935fba

Browse files
committed
doc/en/Makefile: stabilize output between regendoc versions
1 parent e8eaebe commit 5935fba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/en/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
1414

1515
REGENDOC_ARGS := \
1616
--normalize "/[ \t]+\n/\n/" \
17+
--normalize "~\$$REGENDOC_TMPDIR~/home/sweet/project~" \
18+
--normalize "~/path/to/example~/home/sweet/project~" \
1719
--normalize "/in \d+.\d+ seconds/in 0.12 seconds/" \
1820
--normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \
1921
--normalize "@pytest-(\d+)\\.[^ ,]+@pytest-\1.x.y@" \

0 commit comments

Comments
 (0)