summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/readthedocs/convert.sh
diff options
context:
space:
mode:
authorsai-neetha <sai-neetha.phulmali@highstreet-technologies.com>2019-08-08 12:46:00 +0200
committersai-neetha <sai-neetha.phulmali@highstreet-technologies.com>2019-08-08 12:46:23 +0200
commit96a533102765535eead4f1dbad46a6b520c0536a (patch)
treedca74e896c2d4b4c6ed9b070e2615fd0fe4bfdaf /sdnr/wt/readthedocs/convert.sh
parenta93828ae3a2bfe74e2cf36a0ba9887f0a6a19434 (diff)
pom file added to readthedocs and change in script
pom file added to readthedocs and change in script Issue-ID: SDNC-841 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I44be2d1bc5fba164f67746a5bcac49199ed433fd
Diffstat (limited to 'sdnr/wt/readthedocs/convert.sh')
-rwxr-xr-xsdnr/wt/readthedocs/convert.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdnr/wt/readthedocs/convert.sh b/sdnr/wt/readthedocs/convert.sh
index 5ab3d7576..435751eb6 100755
--- a/sdnr/wt/readthedocs/convert.sh
+++ b/sdnr/wt/readthedocs/convert.sh
@@ -23,9 +23,9 @@ for file in ${markdown_files[@]}; do
pandoc -s --toc -f markdown -t rst $file > $PATH_DOC_USERDOC_DST"$rstfile"
done
-cp -r "$BASEDIR"sdnr/wt/readthedocs/src/home.rst "$BASEDIR"docs/guides/onap-user/
-cp -r "$BASEDIR"sdnr/wt/readthedocs/src/index.rst "$BASEDIR"docs/
+cp "$BASEDIR"sdnr/wt/readthedocs/src/home.rst "$PATH_DOC_USERDOC_DST"
+cp "$BASEDIR"sdnr/wt/readthedocs/src/index.rst "$PATH_DOC_DST"
-echo "================Creating html=========================================="
-/usr/local/bin/sphinx-build -b html $PATH_DOC_DST /home/jack/public_html/sdnr-trial/
+#echo "================Creating html=========================================="
+#/usr/local/bin/sphinx-build -b html $PATH_DOC_DST /home/jack/public_html/sdnr-trial/