TEMP: add rst-conversion scripts
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 10 Jun 2019 17:08:35 +0000 (19:08 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 10:42:00 +0000 (10:42 +0000)
commit1df5dbf51659000f74ca9511a211a7b026bfa936
tree4fa4d30dad3f0473b10fa547177fd1793d400cf2
parent4de678cd30fa165f1e10d70c147d81c6d186e15a
TEMP: add rst-conversion scripts

This is just a temporary commit, adding the scripts that performs the
automated conversion of the docs. The next commit contains the results
of the conversion, and the commit following that removes these scripts
again.

To redo the conversion in the next commit, rebase interactively to edit
this commit and delete the next one, and run './update-docs.sh' from the
root directory. Then continue the rebasing, and resolve any conflicts
that might have occurred in the manual fixes on top. Finally, build the
documentation to ensure no further fixups are needed.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
convert-sphinx.py [new file with mode: 0644]
update-docs.sh [new file with mode: 0755]