mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc: fix man page build for Sphinx 4.x
Sphinx 4.0 changed the default value of man_make_section_directory from False to True. We create the section directories and move the files manually, so fix the immediate man build failure by disabling the feature. The Sphinx documentation on this [1] is confusing, and has the change backwards. Git history says the default changed from False to True. [1] https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-man_make_section_directory
This commit is contained in:
parent
b580009e2b
commit
5197d3e11f
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ html_use_smartypants = False
|
|||
|
||||
notmuch_authors = u'Carl Worth and many others'
|
||||
|
||||
man_make_section_directory = False
|
||||
|
||||
man_pages = [
|
||||
('man1/notmuch', 'notmuch',
|
||||
u'thread-based email index, search, and tagging',
|
||||
|
|
Loading…
Reference in a new issue