From db0fa111a30a372adf690a567df74a776adc4bb3 Mon Sep 17 00:00:00 2001 From: Jan Luca Naumann Date: Thu, 3 Nov 2016 16:48:20 +0100 Subject: 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". --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 5100c63dd..e28627fe6 100644 --- 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) ] -- cgit v1.2.3-70-g09d2