diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-11-02 11:29:50 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-11-02 11:29:54 +0000 |
commit | db486fc190b9e2817598ff0ec5cafc3ce1bf7732 (patch) | |
tree | 7d267974ea511ddd3f22ddecbf7ba50d6d0b7519 /docs | |
parent | 3d8a7ed82eb7925846e0c27d475c7342c1f51be4 (diff) |
[OOM] Add sphinx_toolbox for OOM
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie070ece8c9b0b5c84fe59c3499daa286d36b174e
Issue-ID: OOM-3028
Diffstat (limited to 'docs')
-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 13caa5513..d08838c63 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,8 @@ extensions = [ 'sphinxcontrib.blockdiag', 'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', - 'sphinxcontrib.plantuml' + 'sphinxcontrib.plantuml', + 'sphinx_toolbox.collapse' ] # |