Commit b7df0c1b authored by garciadeblas's avatar garciadeblas
Browse files

Updated publish target in tox.ini

parent ba6ae875
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -62,8 +62,6 @@ whitelist_externals =
[testenv:publish]
deps =  {[testenv]deps}
commands =
        rm -rf _build/html
        sphinx-multiversion . _build/html
        sh -c './upload_doc.sh'
whitelist_externals =
        sh
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ lftp ${FTP_OPTS} -u ${USERNAME},${PASSWORD} ${SERVER} << !
   set ftp:ssl-allow no
   set ftp:use-allo false
   set ftp:prefer-epsv false
   set ftp:sync-mode no
   set ftp:use-mdtm no
   lcd _build
   cd Documentation