diff options
| author | José Padilla <jpadilla@webapplicate.com> | 2020-08-19 07:43:23 -0400 |
|---|---|---|
| committer | José Padilla <jpadilla@webapplicate.com> | 2020-08-19 07:43:23 -0400 |
| commit | 43d336bef68e6164a5f19de5147dcf1440008a0e (patch) | |
| tree | aa4dc7b33aa01aff060f3f61c4003b0595ae90a8 /docs/conf.py | |
| parent | 0317690cafce9fe56ce4be90bd3d168f9b67a0bc (diff) | |
| download | pyjwt-cleanup-action.tar.gz | |
Remove 2.7 thingscleanup-action
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index e7325af..42a978d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import codecs import os import re @@ -54,9 +53,9 @@ source_suffix = ".rst" master_doc = "index" # General information about the project. -project = u"PyJWT" -copyright = u"2015, José Padilla" -author = u"José Padilla" +project = "PyJWT" +copyright = "2015, José Padilla" +author = "José Padilla" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |
