Skip to content

Commit

Permalink
Applied @blueyed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenschroeder committed Jul 22, 2019
1 parent ed17860 commit e0bff16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,18 @@
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []

# A list of regular expressions that match URIs that should not be checked when doing a linkcheck
# see https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder
# A list of regular expressions that match URIs that should not be checked when
# doing a linkcheck.
linkcheck_ignore = [
"https://github.com/numpy/numpy/blob/master/doc/release/1.16.0-notes.rst#new-deprecations",
"https://blogs.msdn.microsoft.com/bharry/2017/06/28/testing-in-a-cloud-delivery-cadence/",
"http://pythontesting.net/framework/pytest-introduction/",
r"https://github.com/pytest-dev/pytest/issues/\d+",
r"https://github.com/pytest-dev/pytest/pull/\d+",
]

# The number of worker threads to use when checking links
linkcheck_workers = 20
# The number of worker threads to use when checking links (default=5).
linkcheck_workers = 5


# -- Options for HTML output ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ usedevelop = True
changedir = doc/en
deps = -r{toxinidir}/doc/en/requirements.txt
commands =
sphinx-build -q -W --keep-going -b linkcheck . _build
sphinx-build -W --keep-going -b linkcheck . _build

[testenv:doctesting]
basepython = python3
Expand Down

0 comments on commit e0bff16

Please sign in to comment.