Skip to content

Commit

Permalink
adding a few GitHub related RegExp
Browse files Browse the repository at this point in the history
  • Loading branch information
eviau-artefactual committed May 3, 2024
1 parent 53aef01 commit f295ef5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,16 @@
# If true, do not generate a @detailmenu in the "Top" node's menu.
# texinfo_no_detailmenu = False


# -- Options for linkcheck ------------------------------------

linkcheck_ignore = [
r'([(http:)(https:)]*(\/\/)*(localhost)(:)*[\d]*)',
r'([(http:)(https:)]*(\/\/)*(townarchives.org)(/)*[\d]*)',
r'([(http:)(https:)]*(\/\/)*(www.example.com))',
r'([(http:)(https:)]*(\/\/)*(10.10.10.10)(:)*[\d]*)',
r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com)([\s\S])*((.md)[#][\w-]*))',
r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com)([\s\S])*((.php)[#][\w-]*))',
r'([(http:)(https:)]*(\/\/)*(10.10.10.10)(:)*[\d]*)',
r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com)([\s\S])*((.md)[#][\w-]*))',
r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com)([\s\S])*((.php)[#][\w-]*))',
r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com)([\s\S])*((.less)[#][\w-]*))',
r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com/artefactual/atom/commit)([\s\S])*([#][\w-]*))',
]

0 comments on commit f295ef5

Please sign in to comment.