From d79547479229fba5f6178897eac3fee0376827cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?F=C3=A1bio=20Madeira?= Date: Wed, 12 Apr 2017 17:29:35 +0100 Subject: [PATCH] JWS-116 Minor changes to the bash script used to generate the docs with Sphinx --- docs/generate_manual.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/generate_manual.sh b/docs/generate_manual.sh index 9e13e60..2d0297f 100755 --- a/docs/generate_manual.sh +++ b/docs/generate_manual.sh @@ -7,8 +7,9 @@ make html mkdir ../website/docs cp -r _build/html/* ../website/docs/ # extra for testing -mkdir ../../jabaws-2.2-dev/docs -cp -r _build/html/* ../../jabaws-2.2-dev/docs/ +#mkdir ../../jabaws-2.2-dev/docs +#cp -r _build/html/* ../../jabaws-2.2-dev/docs/ +# rm -rf _build # # generating the pdf # make latex @@ -20,3 +21,7 @@ cp -r _build/html/* ../../jabaws-2.2-dev/docs/ # # \end{sphinxadmonition} # cp _build/latex/JABAWS.pdf ../../jabaws-2.2-dev/docs/jabaws_manual.pdf # cp _build/latex/JABAWS.pdf ../website/docs/jabaws_manual.pdf + +# for multiple versions of this manual we need to implement some solution +# like this one https://robpol86.github.io/sphinxcontrib-versioning/index.html +# in the future -- 1.7.10.2