From: David Bremner Date: Sun, 22 Jun 2025 19:32:21 +0000 (-0300) Subject: python/doc: fix link to notmuch-config manpage X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=59d83bf958ef0b0c4811274ad928723b0f69112e;p=notmuch python/doc: fix link to notmuch-config manpage This docstring has been like this a long time, but recently I noticed sphinx-doc complaining about :man:. This :any: link seems to work, and is consistent with the other links to the notmuch-config man page. --- diff --git a/bindings/python-cffi/notmuch2/_database.py b/bindings/python-cffi/notmuch2/_database.py index f1451bf1..c13d9fcf 100644 --- a/bindings/python-cffi/notmuch2/_database.py +++ b/bindings/python-cffi/notmuch2/_database.py @@ -833,7 +833,7 @@ class IndexOptions(base.NotmuchObject): """The decryption policy. This is an enum from the :class:`DecryptionPolicy`. See the - `index.decrypt` section in :man:`notmuch-config` for details + `index.decrypt` section in :any:`notmuch-config(1)` for details on the options. **Do not set this to :attr:`DecryptionPolicy.TRUE`** without considering the security of your index.