summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-25 11:37:27 -0500
committerBarry Warsaw2016-11-25 11:37:27 -0500
commit055082f2694c84d5dd46ba194224b1b9f51f835f (patch)
tree2d5ed6e8679e2bdc06982478bc9a14b1b574ee9c /conf.py
parent7142a0ea33e800744036219998f36c2adf2f84e0 (diff)
parent1677387fae8d62fc930c2c4f481c502e287cc743 (diff)
downloadmailman-055082f2694c84d5dd46ba194224b1b9f51f835f.tar.gz
mailman-055082f2694c84d5dd46ba194224b1b9f51f835f.tar.zst
mailman-055082f2694c84d5dd46ba194224b1b9f51f835f.zip
Merge branch 'master' of gitlab.com:mailman/mailman
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files 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)
]