Barry Warsaw pushed to branch master at mailman / Mailman
Commits: db0fa111 by Jan Luca Naumann at 2016-11-03T16:51:20+01:00 Fix sphinx-build for output formats "man" and "latex". The current version of conf.py use source "index" for the manpage and Latex-output. This source does not exist. This commit fixes the build by using the source "README". - - - - - 1677387f by Barry Warsaw at 2016-11-25T15:48:32+00:00 Merge branch 'fixdocbuild' into 'master' Fix sphinx-build for output formats "man" and "latex". The current version of conf.py use source "index" for the manpage and Latex-output. This source does not exist. This commit fixes the build by using the source "README". See merge request !216 - - - - - 1 changed file: - conf.py Changes: ===================================== conf.py ===================================== --- a/conf.py +++ b/conf.py @@ -182,7 +182,7 @@ htmlhelp_basename = 'GNUMailmandoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'GNUMailman.tex', u'GNU Mailman Documentation', + ('README', 'GNUMailman.tex', u'GNU Mailman Documentation', u'Barry Warsaw', 'manual'), ] @@ -215,7 +215,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'gnumailman', u'GNU Mailman Documentation', + ('README', 'gnumailman', u'GNU Mailman Documentation', [u'Barry Warsaw'], 1) ] View it on GitLab: https://gitlab.com/mailman/mailman/compare/2691956ab9a5eb6de046b067e3dfb7150ade5853...1677387fae8d62fc930c2c4f481c502e287cc743
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org