We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7735e8a commit f9a14b6Copy full SHA for f9a14b6
docs/conf.py
@@ -100,6 +100,9 @@
100
r'cxx/cxx'
101
]
102
103
+# For some reason this URL gives 403 Forbidden when running in github actions
104
+linkcheck_ignore = [r'https://opensource.org/licenses/MIT']
105
+
106
# -- Options for MySt-Parser -----------------------------------------------------------
107
# https://myst-parser.readthedocs.io/en/latest/sphinx/reference.html
108
0 commit comments