On Thu, Mar 07, 2019 at 10:58:07AM +0100, Markus Heiser wrote:
> Am 07.03.19 um 10:17 schrieb Tobin C. Harding:
> > Hi Jon,
> >
> > I hit that undefined label warning again today. Then just now I was
> > sitting enjoying a quite scotch and the reason came to me. It is caused
> > by building part of the docs instead of the whole tree i.e. using
> >
> > make SPHINXDIRS=admin-guide htmldocs
> >
> > Gives the warning
> >
> > WARNING: undefined label: numa (if the link has no caption the label
> > must precede a section header)
>
> The label 'numa' is not a part of the admin-guide (book), it is set in
> the vm (book): Documentation/vm/numa.rst:1
>
> If compiling only a book like admin-guide, those links are broken. Its not
> only
> 'numa' which is broken and its not only the admin-guide which has cross-books
> links in.
>
> To close such cross-books links we can use intersphinx [1] and map to e.g.
>
> intersphinx_mapping = {
> 'kernel': ('https://www.kernel.org/doc/html/latest/', None)}
>
> If there is any interest in, I can implement a RFC for this.
Cool! I think this would be super useful, I for one like using
SPHINXDIRS when developing docs incrementally so removing false warnings
would be nice. I doubt I'm the only one to be baffled about Sphinx
references. I'd be happy to review and test your RFC if you CC me.
thanks,
Tobin.