|
|
|
|
|
|
|
|
# The short X.Y version |
|
|
# The short X.Y version |
|
|
version = '' |
|
|
version = '' |
|
|
# The full version, including alpha/beta/rc tags |
|
|
# The full version, including alpha/beta/rc tags |
|
|
release = '0.1.0' |
|
|
|
|
|
|
|
|
release = '0.1.0-alpha.2' |
|
|
|
|
|
|
|
|
# -- General configuration --------------------------------------------------- |
|
|
# -- General configuration --------------------------------------------------- |
|
|
extensions = [] |
|
|
extensions = [] |
|
|
|
|
|
|
|
|
# -- Options for HTML output ------------------------------------------------- |
|
|
# -- Options for HTML output ------------------------------------------------- |
|
|
html_theme = 'pyramid' |
|
|
html_theme = 'pyramid' |
|
|
html_theme_options = {} |
|
|
html_theme_options = {} |
|
|
html_static_path = ['_static'] |
|
|
|
|
|
|
|
|
html_static_path = [] |
|
|
html_sidebars = {} |
|
|
html_sidebars = {} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def setup(app): |
|
|
|
|
|
app.add_stylesheet('tweaks.css') |
|
|
|