diff options
author | Rich Bennett <rb2745@att.com> | 2018-07-12 16:23:19 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-07-12 16:27:27 -0400 |
commit | 0ec5a7558a6700a034552c95ccb616ddff6cbff1 (patch) | |
tree | e13eb233a1ad25d935d998f8ff78f359cc014459 /etc | |
parent | 7171dc0c47cfa9b9e1cffaf2dc3bff55d8111496 (diff) |
Add support for sphinx NEEDS Directive
Add configuration, pip requirements, and conventiions for use
Change-Id: Ia065b7f72fc5aa16b4010b0100dc70e2f0a42b8c
Issue-ID: DOC-285
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 4b8679121..8e2894c62 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -6,6 +6,7 @@ setuptools six sphinx_rtd_theme sphinxcontrib-blockdiag +sphinxcontrib-needs>=0.2.3 sphinxcontrib-nwdiag sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc |