summaryrefslogtreecommitdiff
path: root/doc/developer/conf.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-04-02 14:41:38 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-04-02 15:04:04 -0400
commitcb3d8153a33f952b4c2e275a597c1b2a68ec2fbb (patch)
tree418d260259e46a88570e80c4951b66c784b28775 /doc/developer/conf.py
parentb755fd3530f05f243d18d91206746f69788a6c9a (diff)
doc: add more CLI documentation
* Document modes & nodes * Document walkup behavior * Document struct cmd_node * Add graph of node relationships * Reorder sections to make more logical sense * Rewrap sections to 80 lines * Fix code block indent * Specify language for code blocks in order to get syntax highlighting Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/conf.py')
-rw-r--r--doc/developer/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py
index ed91ff255f..9ae1991817 100644
--- a/doc/developer/conf.py
+++ b/doc/developer/conf.py
@@ -32,7 +32,7 @@ rst_prolog = ''
# 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.todo']
+extensions = ['sphinx.ext.todo', 'sphinx.ext.graphviz']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']