Mercurial > libervia-backend
diff doc/conf.py @ 4077:d6837db456fd
refactoring: fix names in doc following modules hierarchy refactoring
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 02 Jun 2023 17:38:37 +0200 |
parents | 3b72743b92db |
children | c0bb4b3fdccf |
line wrap: on
line diff
--- a/doc/conf.py Fri Jun 02 16:25:25 2023 +0200 +++ b/doc/conf.py Fri Jun 02 17:38:37 2023 +0200 @@ -23,12 +23,12 @@ # -- Project information ----------------------------------------------------- -project = 'Libervia' -copyright = '2019-2021 Libervia' +project = 'Libervia Backend' +copyright = '2019-2023 Libervia' author = 'Libervia team' doc_dir = os.path.dirname(os.path.abspath(__file__)) -version_path = os.path.join(doc_dir, '../sat/VERSION') +version_path = os.path.join(doc_dir, '../libervia/backend/VERSION') with open(version_path) as f: version_full = f.read()