aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/readthedocs/convert.sh
diff options
context:
space:
mode:
authorsai-neetha <sai-neetha.phulmali@highstreet-technologies.com>2021-11-12 16:52:16 +0100
committersai-neetha <sai-neetha.phulmali@highstreet-technologies.com>2021-11-12 16:53:05 +0100
commit2743139a36c6e0b84f5fc2ecff75c675be388811 (patch)
tree1845bc05ad71a6e2f97beb09d8e3df6b7656bb1f /sdnr/wt/readthedocs/convert.sh
parent301049fb253568986d00c22feb64c89603de8588 (diff)
SDN-R readthedocs convert script and hyperlinks update
SDN-R readthedocs convert script and hyperlinks update Issue-ID: CCSDK-3519 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I34641f8182eec18e2a13865f75c927fad70a27ff
Diffstat (limited to 'sdnr/wt/readthedocs/convert.sh')
-rwxr-xr-xsdnr/wt/readthedocs/convert.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/readthedocs/convert.sh b/sdnr/wt/readthedocs/convert.sh
index 435751eb6..f50abf330 100755
--- a/sdnr/wt/readthedocs/convert.sh
+++ b/sdnr/wt/readthedocs/convert.sh
@@ -23,8 +23,8 @@ for file in ${markdown_files[@]}; do
pandoc -s --toc -f markdown -t rst $file > $PATH_DOC_USERDOC_DST"$rstfile"
done
-cp "$BASEDIR"sdnr/wt/readthedocs/src/home.rst "$PATH_DOC_USERDOC_DST"
-cp "$BASEDIR"sdnr/wt/readthedocs/src/index.rst "$PATH_DOC_DST"
+#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/