doc: make regen: replace trailing spaces already

This commit is contained in:
Daniel Hahler 2019-04-03 17:10:16 +02:00
parent 46df1d5fcf
commit 266bf2c007
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
REGENDOC_ARGS := \
--normalize "/[ \t]+\n/\n/" \
--normalize "/in \d+.\d+ seconds/in 0.12 seconds/" \
--normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \
--normalize "@pytest-(\d+)\\.[^ ,]+@pytest-\1.x.y@" \