RIC-769: Committing individual files rather than tar archive
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: Id8c3838d37b5f82a47d90228d0e6619dc823d935
diff --git a/xapp_orchestrater/dev/tox.ini b/xapp_orchestrater/dev/tox.ini
new file mode 100644
index 0000000..4d1d9fe
--- /dev/null
+++ b/xapp_orchestrater/dev/tox.ini
@@ -0,0 +1,34 @@
+[tox]
+minversion = 2.0
+envlist =
+ docs,
+ docs-linkcheck,
+
+skipsdist = true
+
+[testenv:docs]
+basepython = python3
+deps =
+ sphinx
+ sphinx-rtd-theme
+ sphinxcontrib-contentui
+ sphinxcontrib-httpdomain
+ recommonmark
+ lfdocs-conf
+
+commands =
+ sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+
+ echo "Generated docs available in {toxinidir}/docs/_build/html"
+
+whitelist_externals = echo
+
+[testenv:docs-linkcheck]
+basepython = python3
+deps = sphinx
+ sphinx-rtd-theme
+ sphinxcontrib-contentui
+ sphinxcontrib-httpdomain
+ recommonmark
+ lfdocs-conf
+commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck