From 66a24be30833572448a58cd3d9660e12bec4fbde Mon Sep 17 00:00:00 2001 From: Eric Reinecke Date: Wed, 13 Nov 2024 10:36:25 -0800 Subject: [PATCH] Added ADOPTERS.md exclude to MANIFEST.in, also added linkcheck ignore for MIT license site perhaps blocking CI requests. Signed-off-by: Eric Reinecke --- MANIFEST.in | 1 + docs/conf.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index d73ee88970..9afb117be6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,7 @@ exclude readthedocs-conda.yml exclude .codecov.yml exclude .gitlab-ci.yml exclude *.pdf +exclude ADOPTERS.md exclude CODE_OF_CONDUCT.md exclude CONTRIBUTING.md exclude CONTRIBUTORS.md diff --git a/docs/conf.py b/docs/conf.py index f83edac93b..a6fd5afbe0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,6 +100,9 @@ r'cxx/cxx' ] +# For some reason this URL gives 403 Forbidden when running in github actions +linkcheck_ignore = [r'https://opensource.org/licenses/MIT'] + # -- Options for MySt-Parser ----------------------------------------------------------- # https://myst-parser.readthedocs.io/en/latest/sphinx/reference.html