Skip to content

Commit e24180f

Browse files
committed
Added MIT license URL to linkcheck ignore due to 403 when attempted from github runner
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 6c1ad05 commit e24180f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

+3
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)