summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 951519414c9..edee6d9a789 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,7 +38,13 @@ sys.path.append(os.path.abspath('_exts'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
-extensions = ['sphinx.ext.graphviz', 'breathe', 'formatting', 'nir', 'redirects']
+extensions = [
+ 'breathe',
+ 'formatting',
+ 'nir',
+ 'redirects',
+ 'sphinx.ext.graphviz',
+]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']