Skip to content

Commit

Permalink
Fixed bad link and avoided Sphinx warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gchqdev227 committed Aug 5, 2024
1 parent 68c94f8 commit a5454ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/.*",
]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/secrets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This example will showcase the :class:`~concoursetools.additional.TriggerOnChang
Secrets Version
---------------

Every secret in SecretsManager has a number of `versions <https://docs.aws.amazon.com/secretsmanager/latest/userguide/getting-started.html#term_version>`_ representing changes to the secret value. This is all the version needs to contain:
Every secret in SecretsManager has a number of `versions <https://docs.aws.amazon.com/secretsmanager/latest/userguide/whats-in-a-secret.html#term_version>`_ representing changes to the secret value. This is all the version needs to contain:

.. literalinclude:: ../../../examples/secrets.py
:pyobject: SecretVersion
Expand Down

0 comments on commit a5454ea

Please sign in to comment.