diff options
author | Rich Bennett <rb2745@att.com> | 2018-05-08 00:06:15 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-05-08 00:16:13 -0400 |
commit | 3665e0909f08e90c4d7a3b990a49bd0035e7c8b1 (patch) | |
tree | cab96e333a153c14d39320eaa3e9122dfdbc1331 /etc | |
parent | da9b65df495649b955d1bc8c235d3e07f234f7a1 (diff) |
Add spellcheck and linkcheck exceptions
Add frequently used acronyms or words used in ONAP documentation
Add representative domain or IP addresses are not expected to pass a linkcheck
Add sphinx extension for drawing network diagrams
Change-Id: Iea76f4a279da755fdd5d87e3b723ef261b9d19cd
Issue-ID: DOC-262
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 23b46594a..4b8679121 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -6,6 +6,7 @@ setuptools six sphinx_rtd_theme sphinxcontrib-blockdiag +sphinxcontrib-nwdiag sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml |