openstack-operator/doc/source/conf.py
Mohammed Naser cda425bcdd Add initial deployment guide
Change-Id: If86858123fa4dd18d9de01077065b458fe58efee
2020-08-02 12:52:40 -04:00

15 lines
241 B
Python

project = 'OpenStack Operator'
copyright = '2020, VEXXHOST, Inc.'
author = 'VEXXHOST, Inc.'
html_extra_path = [
'manifests/calico.yaml',
]
extensions = [
'sphinx_copybutton',
'sphinx_tabs.tabs'
]
copybutton_prompt_text = "$ "