comparison 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
comparison
equal deleted inserted replaced
5830:48c4704fba8c 5831:e6bee80c20f8
193 # Documents to append as an appendix to all manuals. 193 # Documents to append as an appendix to all manuals.
194 #latex_appendices = [] 194 #latex_appendices = []
195 195
196 # If false, no module index is generated. 196 # If false, no module index is generated.
197 #latex_use_modindex = True 197 #latex_use_modindex = True
198
199
200 linkcheck_ignore = [r'https?://.*localhost:\d+/',
201 r'http://www.zope.com/Marks' # reference in license
202 ]

Roundup Issue Tracker: http://roundup-tracker.org/