summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-30 08:02:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-30 08:49:12 -0400
commit33f53955332ac3516640c8e898626f4c3107fe9b (patch)
tree46c46f8ee39787bb5490a9b7ec7d92973bed7005 /Makefile
parent0984338df1dd98a1e4fbe4fd3f878f38e9d393a5 (diff)
downloadpython-coveragepy-git-33f53955332ac3516640c8e898626f4c3107fe9b.tar.gz
docs: fix two warnings in the release-notes process
... and change "tox doc" to fail next time this happens.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b8c3457..2413f4b4 100644
--- a/Makefile
+++ b/Makefile
@@ -166,7 +166,7 @@ RELNOTES_JSON = tmp/relnotes.json
$(CHANGES_MD): CHANGES.rst $(DOCBIN)
$(SPHINXBUILD) -b rst doc tmp/rst_rst
- pandoc -frst -tmarkdown_strict --atx-headers --wrap=none tmp/rst_rst/changes.rst > $(CHANGES_MD)
+ pandoc -frst -tmarkdown_strict --markdown-headings=atx --wrap=none tmp/rst_rst/changes.rst > $(CHANGES_MD)
relnotes_json: $(RELNOTES_JSON) ## Convert changelog to JSON for further parsing.
$(RELNOTES_JSON): $(CHANGES_MD)