diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-12-21 17:42:00 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2024-01-12 13:23:48 +0000 |
commit | b16a45bc5e0e329a16af8a2e020a6e7044f9afa2 (patch) | |
tree | 15bd76696f4c0b355bd63730b22bc524f7f0fa36 /docs | |
parent | 4156325cd3c205ce77b82de2c48127ccacddaf5b (diff) | |
download | qemu-b16a45bc5e0e329a16af8a2e020a6e7044f9afa2.zip qemu-b16a45bc5e0e329a16af8a2e020a6e7044f9afa2.tar.gz qemu-b16a45bc5e0e329a16af8a2e020a6e7044f9afa2.tar.bz2 |
readthodocs: fully specify a build environment
This is now expected by rtd so I've expanded using their example as
22.04 is one of our supported platforms. I tried to work out if there
was an easy way to re-generate a requirements.txt from our
pythondeps.toml but in the end went for the easier solution.
Cc: <qemu-stable@nongnu.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231221174200.2693694-1-alex.bennee@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..691e521 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +sphinx==5.3.0 +sphinx_rtd_theme==1.1.1 |