Skip to content

Commit 66a24be

Browse files
committed
Added ADOPTERS.md exclude to MANIFEST.in, also added linkcheck ignore for MIT license site perhaps blocking CI requests.
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 3e381d5 commit 66a24be

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exclude readthedocs-conda.yml
1212
exclude .codecov.yml
1313
exclude .gitlab-ci.yml
1414
exclude *.pdf
15+
exclude ADOPTERS.md
1516
exclude CODE_OF_CONDUCT.md
1617
exclude CONTRIBUTING.md
1718
exclude CONTRIBUTORS.md

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)