diff options
-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 |