diff options
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] graphviz_output_format = 'svg' +numfig = True pygments_style = 'default' # -- Options for HTML output ------------------------------------------------- |