File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 227
227
# We have lots of links to GitHub, and they start refusing to serve them to linkcheck,
228
228
# so don't bother checking them.
229
229
r"https://github.com/nedbat/coveragepy/(issues|pull)/\d+" ,
230
+ # When publishing a new version, the docs will refer to the version before
231
+ # the docs have been published. So don't check those links.
232
+ r"https://coverage.readthedocs.io/en/coverage-{}$" .format (release ),
230
233
]
231
234
232
235
# When auto-doc'ing a class, only write the class' docstring into the class docs,
Original file line number Diff line number Diff line change 21
21
- Don't forget the man page: doc/python-coverage.1.txt
22
22
- Check that the docs build correctly:
23
23
$ tox -e doc
24
- there will be warnings about the readthedocs links being broken,
25
- because this version's docs haven't been published yet.
26
24
- Done with changes to source files, check them in.
27
25
- git push
28
26
- Generate new sample_html to get the latest, incl footer version number:
You can’t perform that action at this time.
0 commit comments