From 5a3ae442ea014b373b290296e46d6c36b62aa905 Mon Sep 17 00:00:00 2001 From: ptmcg Date: Thu, 25 Jun 2020 20:11:07 -0500 Subject: Sphinx config cleanup --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index a26ed9b..c206139 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ from pyparsing import __version__ as pyparsing_version # -- Project information ----------------------------------------------------- project = "PyParsing" -copyright = "2018, Paul T. McGuire" +copyright = "2018-2020, Paul T. McGuire" author = "Paul T. McGuire" # The short X.Y version @@ -156,7 +156,7 @@ texinfo_documents = [ "PyParsing Documentation", author, "PyParsing", - "One line description of project.", + "Python PEG parsing library.", "Miscellaneous", ), ] -- cgit v1.2.1