diff options
Diffstat (limited to 'source/conf.py')
-rw-r--r-- | source/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py index 266ca3e..5ebc900 100644 --- a/source/conf.py +++ b/source/conf.py @@ -62,6 +62,9 @@ extensions = [ 'sphinx.ext.extlinks', 'sphinx.ext.todo', 'sphinx.ext.ifconfig', + 'sphinxcontrib.phpdomain', + 'sphinxcontrib.blockdiag', + 'sphinxcontrib.seqdiag', ] # Add any paths that contain templates here, relative to this directory. |