From dc8d3838840ebfbd027c05df4cea860fa134ffd7 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 25 Jan 2022 17:06:10 +0200 Subject: Fix Sphinx manpage configuration Fixes #775 --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.2.1