Mercurial > cgi-bin > hgweb.cgi > tincan
comparison doc/conf.py @ 64:25fdd985d046 draft
Documentation updates.
author | David Barts <n5jrn@me.com> |
---|---|
date | Mon, 01 Jul 2019 09:44:51 -0700 |
parents | 682cd33e564c |
children |
comparison
equal
deleted
inserted
replaced
63:8867b3a5c4fa | 64:25fdd985d046 |
---|---|
11 # documentation root, use os.path.abspath to make it absolute, like shown here. | 11 # documentation root, use os.path.abspath to make it absolute, like shown here. |
12 # | 12 # |
13 # import os | 13 # import os |
14 # import sys | 14 # import sys |
15 # sys.path.insert(0, os.path.abspath('.')) | 15 # sys.path.insert(0, os.path.abspath('.')) |
16 | 16 import os, sys |
17 sys.path.insert(0, os.path.abspath('..')) | |
17 | 18 |
18 # -- Project information ----------------------------------------------------- | 19 # -- Project information ----------------------------------------------------- |
19 | 20 |
20 project = 'TinCan' | 21 project = 'TinCan' |
21 copyright = '2019, David Barts' | 22 copyright = '2019, David Barts' |