Skip to content

Commit 84b660c

Browse files
authored
Merge pull request #680 from tsvikas/fix-doc-links
fix failing tests related to broken links
2 parents 4732d50 + cc7eca2 commit 84b660c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Authors
99
* Marc Abramowitz - \http://marc-abramowitz.com
1010
* Thomas Kluyver - https://github.com/takluyver
1111
* Guillaume Ayoub - http://www.yabz.fr
12-
* Federico Ceratto - http://firelet.net
12+
* Federico Ceratto - \http://firelet.net
1313
* Josh Kalderimis - \http://blog.cookiestack.com
1414
* Ionel Cristian Mărieș - https://blog.ionelmc.ro
1515
* Christian Ledermann - https://github.com/cleder

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
html_split_index = False
4040
html_short_title = f'{project}-{version}'
4141

42+
linkcheck_anchors_ignore_for_url = [
43+
r'^https?://(www\.)?github\.com/.*',
44+
]
45+
4246
napoleon_use_ivar = True
4347
napoleon_use_rtype = False
4448
napoleon_use_param = False

0 commit comments

Comments
 (0)