aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/readthedocs/convert.sh
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-08-09 18:14:52 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-09 18:14:52 +0000
commitb374698684414f0a40bf0c1b113da9f74dc78b8c (patch)
tree774918490b2101b215fb1180a1d8929d7a3f4d3a /sdnr/wt/readthedocs/convert.sh
parent34740c107d7d67ec6be97bd46f4a54b77ee45d78 (diff)
parent96a533102765535eead4f1dbad46a6b520c0536a (diff)
Merge "pom file added to readthedocs and change in script"
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/