]> git.cworth.org Git - notmuch/commitdiff
python/doc: fix link to notmuch-config manpage master
authorDavid Bremner <david@tethera.net>
Sun, 22 Jun 2025 19:32:21 +0000 (16:32 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 4 Jul 2025 10:35:39 +0000 (07:35 -0300)
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.

bindings/python-cffi/notmuch2/_database.py

index f1451bf180ba9e549a6ba045dbbcb7c1e817cb40..c13d9fcfe5321830a32bfcb5501f2a0ed585a92b 100644 (file)
@@ -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.