diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2019-03-07 14:26:47 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2019-03-07 14:26:47 +0000 |
| commit | c10e01b996df09f6cb4eceb2b7a9754bece927c9 (patch) | |
| tree | c505c07b5af568a4ee9886a28e40b02e6b4fdbfe | |
| parent | 6038f5fca588d8f44c403a8b8742163d9ab4adba (diff) | |
| download | focaccia-qemu-c10e01b996df09f6cb4eceb2b7a9754bece927c9.tar.gz focaccia-qemu-c10e01b996df09f6cb4eceb2b7a9754bece927c9.zip | |
MAINTAINERS: Add entry for Sphinx documentation infrastructure
Add a MAINTAINERS entry for Sphinx documentation infrastructure: this doesn't cover actual content, only the machinery we use to build the docs. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190305172139.32662-13-peter.maydell@linaro.org
| -rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5040d9dfb1..074ad46d47 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2567,3 +2567,9 @@ GIT submodules M: Daniel P. Berrange <berrange@redhat.com> S: Odd Fixes F: scripts/git-submodule.sh + +Sphinx documentation configuration and build machinery +M: Peter Maydell <peter.maydell@linaro.org> +S: Maintained +F: docs/conf.py +F: docs/*/conf.py |