diff options
| author | Russ White <russ@riw.us> | 2018-04-04 20:53:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-04 20:53:46 -0400 |
| commit | 4c95b7ec0c18172587bd603b7475f2adf87375b2 (patch) | |
| tree | 42a1cf07ba6a751ffc6949a8d76b1c36e5356f63 /doc/developer/conf.py | |
| parent | dae77564e2176e477b1d28f5ac5811ef826a2e47 (diff) | |
| parent | cb3d8153a33f952b4c2e275a597c1b2a68ec2fbb (diff) | |
Merge pull request #2013 from qlyoung/docuser
doc: add more CLI documentation
Diffstat (limited to 'doc/developer/conf.py')
| -rw-r--r-- | doc/developer/conf.py | 2 |
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'] |
