# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['aafig', 'fig', 'vref', 'graphviz', 'sphinx.ext.pngmath']
+extensions = [
+ 'aafig',
+ 'fig',
+ 'vref',
+ 'sphinx.ext.graphviz',
+ 'sphinx.ext.pngmath',
+]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['.templates']
# aafig default options
aafig_default_options = dict(
proportional = True,
- scale = 1.3,
aspect = 0.5,
)