|
|
|
@ -44,10 +44,6 @@ extensions += [
|
|
|
|
|
# -- GraphViz configuration ----------------------------------
|
|
|
|
|
graphviz_output_format = 'svg'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
|
|
|
templates_path = ['_templates']
|
|
|
|
|
|
|
|
|
@ -74,4 +70,4 @@ html_theme = 'alabaster'
|
|
|
|
|
# Add any paths that contain custom static files (such as style sheets) here,
|
|
|
|
|
# relative to this directory. They are copied after the builtin static files,
|
|
|
|
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
|
|
|
|
html_static_path = ['_static']
|
|
|
|
|
html_static_path = ['_static']
|
|
|
|
|