7 lines
149 B
Python
7 lines
149 B
Python
|
project = 'twc-cli'
|
||
|
author = 'ge'
|
||
|
extensions = ["sphinx_click"]
|
||
|
html_theme = "nature"
|
||
|
html_static_path = ["_static"]
|
||
|
html_css_files = ["custom.css"]
|