diff options
author | Roberto Berto <roberto.berto@under.com.br> | 2024-03-10 19:33:08 -0300 |
---|---|---|
committer | Roberto Berto <roberto.berto@under.com.br> | 2024-03-10 19:33:08 -0300 |
commit | aeeced363ffe72c2a37bf77fb7a367891599054c (patch) | |
tree | 780783962bd5dcc413a3541340f9edd0caae0f09 /docs | |
parent | 8ae0b4f237eb20d9ad9f511154df8eb554bde398 (diff) | |
download | pyvyos-aeeced363ffe72c2a37bf77fb7a367891599054c.tar.gz pyvyos-aeeced363ffe72c2a37bf77fb7a367891599054c.zip |
vagrant infra to test and development
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 8e9f3c2..4b3b786 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,10 +6,10 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'PyVyOS' -copyright = '2023, Roberto Berto' +project = 'pyvyos' +copyright = '2024, Roberto Berto' author = 'Roberto Berto' -release = '0.2.0' +release = '0.2.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |