summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 28ebe910..3bcd119c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -224,8 +224,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'poeziodoc', 'Poezio Documentation',
- ['Mathieu Pasquet - Florent Le Coz'], 1)
+ ('configuration', 'poezio.cfg', 'Poezio Configuration File',
+ ['Mathieu Pasquet', 'Florent Le Coz'], 7),
]
# If true, show URL addresses after external links.