Merge pull request #2495 from electrofelix/linkcheck-skip-anchors

Allow skipping anchor checking using regex
This commit is contained in:
Takeshi KOMIYA
2016-11-04 23:53:46 +09:00
committed by GitHub
4 changed files with 44 additions and 7 deletions
+11
View File
@@ -2106,6 +2106,17 @@ Options for the linkcheck builder
.. versionadded:: 1.2
.. confval:: linkcheck_anchors_ignore
A list of regular expressions that match URIs that should skip checking
the validity of anchors in links. This allows skipping entire sites, where
anchors are used to control dynamic pages, or just specific anchors within
a page, where javascript is used to add anchors dynamically, or use the
fragment as part of to trigger an internal REST request. Default is
``["/#!"]``.
.. versionadded:: 1.5
Options for the XML builder
---------------------------