summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2020-06-25 20:11:07 -0500
committerptmcg <ptmcg@austin.rr.com>2020-06-25 20:11:07 -0500
commit5a3ae442ea014b373b290296e46d6c36b62aa905 (patch)
tree2a545c8dd5a7dadd7ed4143907925c5d2fb4e9d6 /docs/conf.py
parentb713978a61dbfd6bfa97faa790c6a6376ffb9572 (diff)
downloadpyparsing-git-5a3ae442ea014b373b290296e46d6c36b62aa905.tar.gz
Sphinx config cleanup
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
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",
),
]