Mercurial > p > roundup > code
diff website/www/conf.py @ 7962:828f79ae965b
doc: update links and docs on checking links
Add timeout for link checking so make linkcheck completes.
Document grep command to use to filter broken links to external links.
Fix PostgreSQL links to point to current pages.
Fix pyreadline3 link.
Fix vim po file plugin link
Use wayback machine for zpi internationalization link.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 13 May 2024 18:42:26 -0400 |
| parents | 67438e439da8 |
| children | a377590eba34 |
line wrap: on
line diff
--- a/website/www/conf.py Mon May 13 13:32:02 2024 -0400 +++ b/website/www/conf.py Mon May 13 18:42:26 2024 -0400 @@ -246,3 +246,5 @@ r'https://.../rest/.*', # dummy example url r'http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport', # dead link, there for historic ] + +linkcheck_timeout = 10 # seconds
