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 46df1d5 commit 266bf2cCopy full SHA for 266bf2c
doc/en/Makefile
@@ -13,6 +13,7 @@ PAPEROPT_letter = -D latex_paper_size=letter
13
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
14
15
REGENDOC_ARGS := \
16
+ --normalize "/[ \t]+\n/\n/" \
17
--normalize "/in \d+.\d+ seconds/in 0.12 seconds/" \
18
--normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \
19
--normalize "@pytest-(\d+)\\.[^ ,]+@pytest-\1.x.y@" \
0 commit comments