On 04/12/18 11:56, Thomas Huth wrote: > I think it would be best if we find a way to automate this process, e.g. > when a new release is tagged, a script generates the docs and puts them > somewhere on the web server, into the right new folder based on the name > of the tag. However, I don't know the qemu server well enough to know > whether that's possible or not ... maybe Jeff or Paolo can comment on > this...
There are two possibilities: putting the docs on download.qemu.org and going for Marc-André's styling solution, or using a dash of sed to remove the <head> and use Jekyll to generate the page. Either way, there isn't much to do on the webserver side, so a better person to ask would be Mike Roth as he's the Guy Who Does The Releases. For either solution he'd have to build the documentation and scp it (if we go for download.qemu.org) or commit it to qemu-web.git (if we go for Jekyll). I guess he has scripts already to automate part of the release process, but I have no idea if the website update is automated already. Paolo