diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-07 19:26:45 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-07 19:26:45 +0100 |
commit | 66deacf42a3f5691386878a630dfdb2a4ef20b3e (patch) | |
tree | 1169be94f80bd08b599715888a6b050edab8cd39 /docs/conf.py | |
parent | 82ee2bd1d7d7a547be778e4d994b8159e2916d2b (diff) | |
download | vyos-documentation-66deacf42a3f5691386878a630dfdb2a4ef20b3e.tar.gz vyos-documentation-66deacf42a3f5691386878a630dfdb2a4ef20b3e.zip |
Docker: Docs: enable GraphViz support
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 2bc581be..76293898 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,8 @@ release = u'1.3.x (equuleus)' # ones. extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', - 'sphinx.ext.ifconfig'] + 'sphinx.ext.ifconfig', + 'sphinx.ext.graphviz'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |