On Sat, 18 Jul 2020 13:51:07 -0300 "Daniel W. S. Almeida" <dwlsalmeida@xxxxxxxxx> wrote: > From: "Daniel W. S. Almeida" <dwlsalmeida@xxxxxxxxx> > > Fix the following sphinx warning: > > Documentation/watch_queue.rst: > WARNING: document isn't included in any toctree > > By adding watch_queue.rst to the index. > > Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@xxxxxxxxx> > --- > Documentation/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/index.rst b/Documentation/index.rst > index 3b491af0122de..57719744774c2 100644 > --- a/Documentation/index.rst > +++ b/Documentation/index.rst > @@ -193,6 +193,7 @@ to ReStructured Text format, or are simply too old. > :maxdepth: 2 > > staging/index > + watch_queue Thanks, I've applied this, but it isn't really the right fix - this document should not be at the top level of Documentation/. I'd be inclined to move it under userspace-api/, even though there's a strange mixture of user-space and kernel material here... jon