summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
blob: 6cfaf6985375e291d44bc68f179dc398d121daf5 (plain)
1
2
3
4
5
6
7
8
9
10
project = 'Releng'
extensions = [
    'sphinx.ext.autosectionlabel'
]
html_theme = "piccolo_theme"
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 4
numfig = True
numfig_format = {'figure': 'Figure %s', 'table': 'Table %s',
                 'code-block': 'Listing %s', 'section': 'Section %s'}