[CI] Re-enable and fix linkchecking for docs build (#1990)

This commit is contained in:
Toby Harradine
2018-08-07 18:24:44 +10:00
committed by GitHub
parent 9d4f9ef73c
commit aec3ad382a
3 changed files with 9 additions and 2 deletions

View File

@@ -190,6 +190,13 @@ texinfo_documents = [
]
# -- Options for linkcheck builder ----------------------------------------
# A list of regular expressions that match URIs that should not be
# checked when doing a linkcheck build.
linkcheck_ignore = [r"https://java.com*"]
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/3.6", None),