diff --git a/docs/source/conf.py b/docs/source/conf.py index ffbbf30..c3602fc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,6 +73,7 @@ def typehints_formatter(annotation, config: sphinx.config.Config) -> Optional[st ("py:class", "concoursetools.typing.SortableVersionT"), ] +linkcheck_report_timeouts_as_broken = False # silences a warning: https://github.com/sphinx-doc/sphinx/issues/11868 linkcheck_anchors_ignore_for_url = [ "https://github.com/.*", ] diff --git a/docs/source/examples/secrets.rst b/docs/source/examples/secrets.rst index 3dc2d1e..314b8ac 100644 --- a/docs/source/examples/secrets.rst +++ b/docs/source/examples/secrets.rst @@ -10,7 +10,7 @@ This example will showcase the :class:`~concoursetools.additional.TriggerOnChang Secrets Version --------------- -Every secret in SecretsManager has a number of `versions `_ representing changes to the secret value. This is all the version needs to contain: +Every secret in SecretsManager has a number of `versions `_ representing changes to the secret value. This is all the version needs to contain: .. literalinclude:: ../../../examples/secrets.py :pyobject: SecretVersion