From: Aarni Koskela Date: Tue, 25 Jan 2022 15:06:10 +0000 (+0200) Subject: Fix Sphinx manpage configuration X-Git-Tag: v2.10.0~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F830%2Fhead;p=thirdparty%2Fbabel.git Fix Sphinx manpage configuration Fixes #775 --- diff --git a/docs/conf.py b/docs/conf.py index bb513968..dcee7887 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.