diff options
| author | David Bremner <david@tethera.net> | 2025-06-22 16:32:21 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-07-04 07:35:39 -0300 |
| commit | 59d83bf958ef0b0c4811274ad928723b0f69112e (patch) | |
| tree | 8aa5141a9a3349bc41c42969a30d9930642a61c4 | |
| parent | def58df876274723bda8ec00d08703f43d0ab491 (diff) | |
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.
| -rw-r--r-- | bindings/python-cffi/notmuch2/_database.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
