Fix swaggerv2doc sphinx extension 27/61327/2
authorVictor Morales <victor.morales@intel.com>
Mon, 20 Aug 2018 15:17:35 +0000 (08:17 -0700)
committerVictor Morales <victor.morales@intel.com>
Mon, 20 Aug 2018 17:35:25 +0000 (10:35 -0700)
commit77ea4c747782cc753e33b9b7bee3adb5d92a232c
treebda105373d8084af8211503a91239f0959e3d58d
parent18d9d994e85ef897d570081bc3a7e1da42b49c1e
Fix swaggerv2doc sphinx extension

This change fixes the error caused for missing
sphinxcontrib-swaggerdoc python module. It also adds the rstcheck
python module to prevent future errors.

Change-Id: I9db569e8bd5045d2239c1dadb1ac912ce8ee3db9
Issue-ID: DOC-300
Signed-off-by: Victor Morales <victor.morales@intel.com>
.gitignore
.rstcheck.cfg [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/index.rst
docs/offeredapis.rst
docs/swagger.json [new file with mode: 0644]
docs/swagger.yaml [deleted file]
tox.ini [new file with mode: 0644]