2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
8 # Build documentation in the docs/ directory with Sphinx
10 configuration: docs/conf.py
12 # We want all the document formats
15 # For consistency, we require that QEMU's Sphinx extensions
16 # run with at least the same minimum version of Python that
17 # we require for other Python in our codebase (our conf.py
18 # enforces this, and some code needs it.)