diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-02-06 18:19:05 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-02-06 18:22:09 +0000 |
commit | 99fd72d233a36326a5f4154ae4e1b2a07636e971 (patch) | |
tree | 3b51dfb35f12593217d38679f2efee871794f9c2 | |
parent | 3bcfdfe719ae07ef2747b42b69bb1e7840daf619 (diff) |
VNFRQTS - Update local build process
Issue-ID: VNFRQTS-542
Change-Id: Ie2854a87924bc115303191334e0e9e6c748d8654
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
-rw-r--r-- | docs/conf.py (renamed from conf.py) | 0 | ||||
-rw-r--r-- | docs/index.rst | 1 | ||||
-rw-r--r-- | etc/requirements.txt | 10 |
3 files changed, 3 insertions, 8 deletions
diff --git a/docs/index.rst b/docs/index.rst index 7ad0126..61e6cc0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,4 +21,3 @@ VNF Guidelines :numbered: vnf_guidelines - diff --git a/etc/requirements.txt b/etc/requirements.txt index db5c4ac..92bad32 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -15,20 +15,16 @@ ############################################################################# tox -Sphinx==1.7 +Sphinx==1.8.1 doc8 docutils -docopt==0.6.2 setuptools six sphinx_rtd_theme sphinxcontrib-blockdiag -sphinxcontrib-httpdomain -sphinxcontrib-needs>=0.2.4 -sphinx_bootstrap_theme>=0.4.11 +sphinxcontrib-needs>=0.2.3 sphinxcontrib-nwdiag sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml -xlwt==1.3.0 -PyYAML>=3.10,<4 +sphinx_bootstrap_theme>=0.4.11 |