Mercurial > p > roundup > code
diff website/www/conf.py @ 5831:e6bee80c20f8
Ignore localhost links and ignore www.zope.org links as they are in
the license document.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 03 Jul 2019 22:53:49 -0400 |
| parents | cb4b232fcbaa |
| children | 29d428927362 |
line wrap: on
line diff
--- a/website/www/conf.py Wed Jul 03 22:52:26 2019 -0400 +++ b/website/www/conf.py Wed Jul 03 22:53:49 2019 -0400 @@ -195,3 +195,8 @@ # If false, no module index is generated. #latex_use_modindex = True + + +linkcheck_ignore = [r'https?://.*localhost:\d+/', + r'http://www.zope.com/Marks' # reference in license + ]
