Interesting stuff...

On Tue, Oct 12 2021, Jani Nikula wrote:

> Hawkmoth is a Sphinx extension for incorporating documentation
> comments from C source to Sphinx. For Notmuch API documentation needs,
> Doxygen is overkill, and Hawkmoth also directly integrates with
> Sphinx.

// stuff deleted //

> +
>  # -- Options for HTML output ----------------------------------------------
>  
>  # The theme to use for HTML and HTML Help pages.  See the documentation for
> @@ -172,6 +178,13 @@ man_pages = [
>       [notmuch_authors], 1),
>  ]
>  
> +if tags.has('WITH_API_DOCS'):
> +    man_pages += [
> +        ('man3/notmuch', 'notmuch',
> +         u'notmuch library',

öld stuff...??? (the u'' i mean) :O

Tomi 


> +         [notmuch_authors], 3),
> +    ]
> +
>  # If true, show URL addresses after external links.
>  #man_show_urls = False
_______________________________________________
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to