Loading tox.ini +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading upload-doc.sh→upload_doc.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
tox.ini +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
upload-doc.sh→upload_doc.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading