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 e8eaebe commit 5935fbaCopy full SHA for 5935fba
doc/en/Makefile
@@ -14,6 +14,8 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
14
15
REGENDOC_ARGS := \
16
--normalize "/[ \t]+\n/\n/" \
17
+ --normalize "~\$$REGENDOC_TMPDIR~/home/sweet/project~" \
18
+ --normalize "~/path/to/example~/home/sweet/project~" \
19
--normalize "/in \d+.\d+ seconds/in 0.12 seconds/" \
20
--normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \
21
--normalize "@pytest-(\d+)\\.[^ ,]+@pytest-\1.x.y@" \
0 commit comments