diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-06-15 13:22:34 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-06-17 14:10:24 -0400 |
commit | edd4cb0f5cfb8160f9788a5df9399b2d67a00676 (patch) | |
tree | 978ec857554aff2011a1efd6c20555231e81fa22 /docs/conf.py | |
parent | 7fecaa703b6c73170df3aa5bffff2abe6ff58e15 (diff) | |
download | cmd2-git-edd4cb0f5cfb8160f9788a5df9399b2d67a00676.tar.gz |
Fixed handling of argparse's default options group name which was changed in Python 3.10
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 53e3c955..6f0c025d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ master_doc = 'index' # General information about the project. project = 'cmd2' -copyright = '2010-2020, cmd2 contributors' +copyright = '2010-2021, cmd2 contributors' author = 'cmd2 contributors' # The version info for the project you're documenting, acts as replacement for |