X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=docs%2Fgenerate_manual.sh;h=2d0297fadc690af79c49077b11891ccd8a64f1d0;hb=d79547479229fba5f6178897eac3fee0376827cc;hp=9e13e60faa1084ef9ea1c3e0d6bc251064e50dcd;hpb=59aa578b9958da940c0d61299617723f920c9b41;p=jabaws.git 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