diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 15:09:22 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-03-07 15:19:43 +0100 |
| commit | 47d9e993ce43c4238810a2533a81a24ee701f155 (patch) | |
| tree | 88932810d6c13eb3d8be05c48fe756159377d45e /wrappers/python/docs | |
| parent | 89111e1aef8a5bfbaa3b196b5cf27e768d225728 (diff) | |
Format: Run Black
Diffstat (limited to 'wrappers/python/docs')
| -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 |
