Fix external links

This commit is contained in:
cytopia
2018-06-30 17:36:11 +02:00
parent 2662566677
commit 0121371048
10 changed files with 77 additions and 8 deletions

View File

@ -81,6 +81,19 @@ exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store']
pygments_style = 'sphinx'
# -- Options for Link check -------------------------------------------------
# http://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder
linkcheck_ignore = [
r'http(s)?://localhost(/)?.*',
r'http(s)?://127\.0\.0\.1(/)?.*',
r'http(s)?://.+\.loc$'
]
linkcheck_retries = 5
linkcheck_timeout = 60
linkcheck_anchors = True
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for