summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-11 18:05:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-11 18:05:04 -0400
commita005ce15e11ad66e384b5eed095812db04bc9420 (patch)
tree36ad2a8ce5c470b0b97b6f2ed012ffcbe3fa7447 /doc/conf.py
parent08a54d5d17a878241b6f7ac1e08f44aa55c782aa (diff)
downloadpython-coveragepy-git-a005ce15e11ad66e384b5eed095812db04bc9420.tar.gz
Fix autosphinx links in uploaded release notes
The :meth:`.CoverageData.foobar` syntax isn't understood by pandoc when converting to markdown. A Sphinx rst builder converts them into more basic Sphinx links first.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 836f77c9..4baf66ac 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -35,6 +35,7 @@ extensions = [
'sphinx.ext.ifconfig',
'sphinxcontrib.spelling',
'sphinx.ext.intersphinx',
+ 'sphinx_rst_builder',
]
# Add any paths that contain templates here, relative to this directory.