Closed as not planned
Description
Currently we have to manually update the website in gh-pages
branch, which includes:
- Delete everything except the
.git
and the.nojekyll
(reference) - Paste the content of
_build/html/*
after runningcd doc; make html
on the master branch.
This process should be automated.