From 05549d121a626c3da7125964ce349d0e3d62b4c6 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 31 Jan 2019 10:32:27 +0100 Subject: [PATCH] fix title issue, closes https://github.com/opnsense/docs/issues/77 --- source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/conf.py b/source/conf.py index 03d74eb1..4401b769 100644 --- a/source/conf.py +++ b/source/conf.py @@ -78,7 +78,7 @@ author = u'Deciso B.V.' # The short X.Y version. version = u'Wiki & Documentation
%s' % __repo__version # The full version, including alpha/beta/rc tags. -release = u'Wiki & Documentation
%s' % __repo__version +release = u'' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -291,8 +291,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'OPNsense', u'OPNsense Documentation', - author, 'OPNsense', 'One line description of project.', + (master_doc, 'OPNsense', u'', + author, 'OPNsense', 'High-end security made easy.', 'Miscellaneous'), ]