From db486fc190b9e2817598ff0ec5cafc3ce1bf7732 Mon Sep 17 00:00:00 2001 From: efiacor Date: Wed, 2 Nov 2022 11:29:50 +0000 Subject: [OOM] Add sphinx_toolbox for OOM Signed-off-by: efiacor Change-Id: Ie070ece8c9b0b5c84fe59c3499daa286d36b174e Issue-ID: OOM-3028 --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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' ] # -- cgit 1.2.3-korg