diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2025-07-15 17:28:48 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-07-16 17:03:05 +0200 |
commit | b417dd98f442a11f8a7fa79ae7e78279a42483cb (patch) | |
tree | 254a63573b9b24b200bc4e700ed8f5fe66326138 | |
parent | 5dd68db9cd005aeb2870d8754fd90e1b6af793a7 (diff) | |
download | qemu-b417dd98f442a11f8a7fa79ae7e78279a42483cb.zip qemu-b417dd98f442a11f8a7fa79ae7e78279a42483cb.tar.gz qemu-b417dd98f442a11f8a7fa79ae7e78279a42483cb.tar.bz2 |
MAINTAINERS: Add docs/requirements.txt
Add docs/requirements.txt to
"Sphinx documentation configuration and build machinery".
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250715212848.171879-3-jsnow@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bc0af3e..a462345 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4428,6 +4428,7 @@ M: Peter Maydell <peter.maydell@linaro.org> S: Maintained F: docs/conf.py F: docs/*/conf.py +F: docs/requirements.txt F: docs/sphinx/ F: docs/_templates/ F: docs/devel/docs.rst |