diff options
Diffstat (limited to 'wrappers/python/docs/source')
| -rw-r--r-- | wrappers/python/docs/source/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wrappers/python/docs/source/conf.py b/wrappers/python/docs/source/conf.py index 57638c5..1a2ab32 100644 --- a/wrappers/python/docs/source/conf.py +++ b/wrappers/python/docs/source/conf.py @@ -7,10 +7,10 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information import sphinx_rtd_theme -project = 'python-eduvpn-common' -copyright = '2023, Jeroen Wijenbergh' -author = 'Jeroen Wijenbergh' -release = '1.1.2' +project = "python-eduvpn-common" +copyright = "2023, Jeroen Wijenbergh" +author = "Jeroen Wijenbergh" +release = "1.1.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
