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 | |
parent | 3d8a7ed82eb7925846e0c27d475c7342c1f51be4 (diff) |
[OOM] Add sphinx_toolbox for OOM
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie070ece8c9b0b5c84fe59c3499daa286d36b174e
Issue-ID: OOM-3028
-rw-r--r-- | docs/conf.py | 3 | ||||
-rw-r--r-- | etc/requirements-docs.txt | 1 | ||||
-rw-r--r-- | etc/upper-constraints.onap.txt | 1 |
3 files changed, 4 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' ] # diff --git a/etc/requirements-docs.txt b/etc/requirements-docs.txt index d2ddef1e5..5616848a1 100644 --- a/etc/requirements-docs.txt +++ b/etc/requirements-docs.txt @@ -5,5 +5,6 @@ sphinxcontrib-seqdiag # BSD sphinxcontrib-swaggerdoc sphinxcontrib-spelling sphinxcontrib-plantuml +sphinx_toolbox autopep8 pylint diff --git a/etc/upper-constraints.onap.txt b/etc/upper-constraints.onap.txt index 1913e6c17..60a33d2e5 100644 --- a/etc/upper-constraints.onap.txt +++ b/etc/upper-constraints.onap.txt @@ -1,6 +1,7 @@ lfdocs-conf===0.8.0 sphinxcontrib-needs===0.7.9 sphinxcontrib.plantuml===0.24 +sphinx_toolbox==3.2.0 sphinxcontrib.nwdiag===2.0.0 sphinxcontrib-swaggerdoc===0.1.7 sphinx-rtd-theme===1.0.0 |