|
@@ -42,6 +42,8 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|
|
|
|
|
# -- Options for HTML output -------------------------------------------------
|
|
|
|
|
|
+pygments_style = 'sphinx'
|
|
|
+
|
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
|
# a list of builtin themes.
|
|
|
#
|
|
@@ -58,5 +60,6 @@ master_doc = 'index'
|
|
|
def setup(app):
|
|
|
app.add_config_value('recommonmark_config', {
|
|
|
'auto_toc_tree_section': 'Contents',
|
|
|
+ 'enable_eval_rst': True,
|
|
|
}, True)
|
|
|
app.add_transform(AutoStructify)
|