summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-01-25 17:06:10 +0200
committerAarni Koskela <akx@iki.fi>2022-01-25 17:06:10 +0200
commitdc8d3838840ebfbd027c05df4cea860fa134ffd7 (patch)
tree13898470788dc7bc5a7cb424ba9cdc4596d6e0d8 /docs
parent167c707606d4d7031e7530e127998d73ce9eb10a (diff)
downloadbabel-dc8d3838840ebfbd027c05df4cea860fa134ffd7.tar.gz
Fix Sphinx manpage configuration
Fixes #775
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bb51396..dcee788 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -224,8 +224,7 @@ latex_logo = '_static/logo.png'
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index_', 'babel', u'Babel Documentation',
- [u'The Babel Team'], 1)
+ ('index', 'babel', u'Babel Documentation', [u'The Babel Team'], 1),
]
# If true, show URL addresses after external links.