diff --git a/docs/source/conf.py b/docs/source/conf.py index fc73676..be5e83b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,3 +53,8 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder linkcheck_anchors = False +# workaround for https://github.com/sphinx-doc/sphinx/issues/9383, unfixed in sphinx <= 9.1.0 +# "Linkcheck marks local links broken when they reference files produced later, during in HTML building" +linkcheck_ignore = [ + r'.*/chargebyte-keyring\.pem$', +]