docs/tutorial/deploy.sh
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 11 Oct 2019 17:05:37 +0200
branchstable
changeset 4909 56a8fbdd6090
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
debian: use pybuild and dh_sphinxdoc Use pybuild because it's kind of standard nowadays. Use sphinxdoc debhelper to have a Depends: libjs-sphinxdoc and common files (JS/CSS) symlinked.

mkdir -p html

cp index.html html/
cp *.css html/
cp *.js html/
cp -R img html/
cp -R graphviz-images/ html/

netlify deploy