diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-06-25 20:11:07 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-06-25 20:11:07 -0500 |
commit | 5a3ae442ea014b373b290296e46d6c36b62aa905 (patch) | |
tree | 2a545c8dd5a7dadd7ed4143907925c5d2fb4e9d6 /docs | |
parent | b713978a61dbfd6bfa97faa790c6a6376ffb9572 (diff) | |
download | pyparsing-git-5a3ae442ea014b373b290296e46d6c36b62aa905.tar.gz |
Sphinx config cleanup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/index.rst | 2 |
2 files changed, 3 insertions, 3 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", ), ] diff --git a/docs/index.rst b/docs/index.rst index db482de..65f0557 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ Release v\ |version| :maxdepth: 2 :caption: Contents: - whats_new_in_3_0 + whats_new_in_3_0_0 HowToUsePyparsing modules CODE_OF_CONDUCT |