Mercurial > libervia-backend
comparison doc/conf.py @ 3479:be6d91572633
date update
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 Mar 2021 15:45:14 +0100 |
parents | 4ba31dd1f0f5 |
children | 4705f80b6e23 |
comparison
equal
deleted
inserted
replaced
3478:b65175eb7769 | 3479:be6d91572633 |
---|---|
19 import re | 19 import re |
20 | 20 |
21 | 21 |
22 # -- Project information ----------------------------------------------------- | 22 # -- Project information ----------------------------------------------------- |
23 | 23 |
24 project = u'Salut à Toi' | 24 project = 'Libervia' |
25 copyright = u'2019,2020 Salut à Toi' | 25 copyright = '2019-2021 Libervia' |
26 author = u'Salut à Toi team' | 26 author = 'Libervia team' |
27 | 27 |
28 doc_dir = os.path.dirname(os.path.abspath(__file__)) | 28 doc_dir = os.path.dirname(os.path.abspath(__file__)) |
29 version_path = os.path.join(doc_dir, '../sat/VERSION') | 29 version_path = os.path.join(doc_dir, '../sat/VERSION') |
30 with open(version_path) as f: | 30 with open(version_path) as f: |
31 version_full = f.read() | 31 version_full = f.read() |