Skip to content

Commit f9a14b6

Browse files
committed
Added MIT license URL to linkcheck ignore due to 403 when attempted from github runner
1 parent 7735e8a commit f9a14b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
r'cxx/cxx'
101101
]
102102

103+
# For some reason this URL gives 403 Forbidden when running in github actions
104+
linkcheck_ignore = [r'https://opensource.org/licenses/MIT']
105+
103106
# -- Options for MySt-Parser -----------------------------------------------------------
104107
# https://myst-parser.readthedocs.io/en/latest/sphinx/reference.html
105108

0 commit comments

Comments
 (0)