On Wed, 21 Jun 2023 08:09:12 +0100 Daniel P. Berrangé <berra...@redhat.com> wrote: > If you're using one of the common Linux distros, you'll find a list of > the full set of packages you need to enable QEMU feuatres in the > dockerfiles at tests/docker/dockerfiles/. Those all have enough to > enable the docs build.
Thanks for your support! I am using Slackware 15.0 as my build system which wasn't among those container configurations, but studying those files and the output from "./configure" made me realize that I needed to install Sphinx with all its dependencies and a rather recent version of sphinx-rtd-theme. Now I am able to do "make html" and as expected with my broken files I get -8<--------------------------- Warning, treated as error: /tmp/qemu/docs/system/keyboard.rst:document isn't included in any toctree ninja: build stopped: subcommand failed. -8<--------------------------- It will be a lot easier to work from here when I get feedback on any typos in the .rst files and then also get to read the content in a formatted way. I hope to be able to produce an updated patch the next weekend. Best regards Henrik