summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 5cd47470..c0184cf8 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -227,6 +227,9 @@ linkcheck_ignore = [
# We have lots of links to GitHub, and they start refusing to serve them to linkcheck,
# so don't bother checking them.
r"https://github.com/nedbat/coveragepy/(issues|pull)/\d+",
+ # When publishing a new version, the docs will refer to the version before
+ # the docs have been published. So don't check those links.
+ r"https://coverage.readthedocs.io/en/coverage-{}$".format(release),
]
# When auto-doc'ing a class, only write the class' docstring into the class docs,