comparison doc/conf.py @ 3430:4ba31dd1f0f5

doc: documentation for testing in new `contributing` section
author Goffi <goffi@goffi.org>
date Fri, 27 Nov 2020 16:40:26 +0100
parents 559a625a236b
children be6d91572633
comparison
equal deleted inserted replaced
3429:d4558f3cbf13 3430:4ba31dd1f0f5
20 20
21 21
22 # -- Project information ----------------------------------------------------- 22 # -- Project information -----------------------------------------------------
23 23
24 project = u'Salut à Toi' 24 project = u'Salut à Toi'
25 copyright = u'2019, Salut à Toi' 25 copyright = u'2019,2020 Salut à Toi'
26 author = u'Salut à Toi team' 26 author = u'Salut à Toi 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: