summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Maydell2019-03-07 15:26:46 +0100
committerPeter Maydell2019-03-07 15:26:46 +0100
commit5f71eac06e15b9a3fa1134d446f0ca2d52e45f0a (patch)
treeeb460874bb0b2ef0dfd36985097ab4ecd7adf496 /.gitignore
parentdocs: Provide separate conf.py for each manual we want (diff)
downloadqemu-5f71eac06e15b9a3fa1134d446f0ca2d52e45f0a.tar.gz
qemu-5f71eac06e15b9a3fa1134d446f0ca2d52e45f0a.tar.xz
qemu-5f71eac06e15b9a3fa1134d446f0ca2d52e45f0a.zip
Makefile, configure: Support building rST documentation
Add support to our configure and makefile machinery for building our rST docs into HTML files. Building the documentation now requires that sphinx-build is available; this seems better than allowing half the docs to be built if it is not present but having half of them missing. (In particular it means that assuming that distros configured with --enable-docs they'll get a helpful error from configure telling them the new build dependency.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190305172139.32662-10-peter.maydell@linaro.org Message-id: 20190228145624.24885-10-peter.maydell@linaro.org
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b66b772551..77522561b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/.doctrees
/config-devices.*
/config-all-devices.*
/config-all-disas.*