Mercurial > p > roundup > code
diff website/www/conf.py @ 6370:45e8d10a9609
Update links in documentation
Only broken link is for whoosh indexer. Have email to author
to find out if it's dead or what URL I shoud use.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Mar 2021 18:56:08 -0400 |
| parents | 3a851df879cd |
| children | 5296d27ac97c |
line wrap: on
line diff
--- a/website/www/conf.py Wed Mar 31 09:32:57 2021 -0400 +++ b/website/www/conf.py Wed Mar 31 18:56:08 2021 -0400 @@ -197,6 +197,12 @@ #latex_use_modindex = True -linkcheck_ignore = [r'https?://.*localhost:\d+/', - r'http://www.zope.com/Marks' # reference in license - ] +linkcheck_ignore = [ + r'https?://.*localhost:\d+/', + r'http://www.zope.com/Marks', # reference in license + r'http://www.ekit.com/', # reference in license + r'http://www.bizarsoftware.com.au/', # reference in license, + r'http://11.11.11.101', # dummy example url + r'https://.../rest/.*', # dummy example url + r'http://myroundup.com/roundup.*', # dummy example url +]
