File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ RELNOTES_JSON = tmp/relnotes.json
166
166
167
167
$(CHANGES_MD ) : CHANGES.rst $(DOCBIN )
168
168
$(SPHINXBUILD ) -b rst doc tmp/rst_rst
169
- pandoc -frst -tmarkdown_strict --atx-headers --wrap=none tmp/rst_rst/changes.rst > $(CHANGES_MD )
169
+ pandoc -frst -tmarkdown_strict --markdown-headings=atx --wrap=none tmp/rst_rst/changes.rst > $(CHANGES_MD )
170
170
171
171
relnotes_json : $(RELNOTES_JSON ) # # Convert changelog to JSON for further parsing.
172
172
$(RELNOTES_JSON ) : $(CHANGES_MD )
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ Version 5.0a6 — 2019-07-16
379
379
so should only be used between two installations of the same version of
380
380
coverage.py.
381
381
382
- - The :meth : `CoverageData constructor<.CoverageData.__init__ > ` has a new
382
+ - The :class : `CoverageData constructor<.CoverageData> ` has a new
383
383
argument, `no_disk ` (default: False). Setting it to True prevents writing
384
384
any data to the disk. This is useful for transient data objects.
385
385
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ commands =
64
64
make cmd_help
65
65
python doc/check_copied_from.py doc/*.rst
66
66
doc8 -q --ignore-path ' doc/_*' doc CHANGES.rst README.rst
67
- sphinx-build -b html -aqE doc doc/_build/html
67
+ sphinx-build -b html -aEnqW doc doc/_build/html
68
68
rst2html.py --strict README.rst doc/_build/trash
69
69
- sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
70
70
- sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
You can’t perform that action at this time.
0 commit comments