On 3/5/19 6:21 PM, Peter Maydell wrote: > Add a MAINTAINERS entry for Sphinx documentation infrastructure: > this doesn't cover actual content, only the machinery we use to > build the docs.
Thanks! > > Signed-off-by: Peter Maydell <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5040d9dfb12..074ad46d473 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2567,3 +2567,9 @@ GIT submodules > M: Daniel P. Berrange <[email protected]> > S: Odd Fixes > F: scripts/git-submodule.sh > + > +Sphinx documentation configuration and build machinery > +M: Peter Maydell <[email protected]> > +S: Maintained > +F: docs/conf.py > +F: docs/*/conf.py >
