Publish opnfvdocs pieman branch
[releng.git] / docs / conf.py
1 project = 'Releng'
2 extensions = [
3     'sphinx.ext.autosectionlabel'
4 ]
5 html_theme = "piccolo_theme"
6 autosectionlabel_prefix_document = True
7 autosectionlabel_maxdepth = 4
8 numfig = True
9 numfig_format = {'figure': 'Figure %s', 'table': 'Table %s',
10                  'code-block': 'Listing %s', 'section': 'Section %s'}