cda425bcdd
Change-Id: If86858123fa4dd18d9de01077065b458fe58efee
15 lines
241 B
Python
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 = "$ "
|