On Sat, Feb 02, 2019 at 04:32:10PM +0200, Mike Rapoport wrote: > On Fri, Feb 01, 2019 at 04:03:10PM -0700, Jonathan Corbet wrote: > > On Fri, 1 Feb 2019 07:56:08 +1100 > > "Tobin C. Harding" <me@xxxxxxxx> wrote: > > > > > > > From: "Tobin C. Harding" <tobin@xxxxxxxxxx> > > > > > > > > > > sphinx emits warning > > > > > > > > > > WARNING: undefined label: memory-allocation ... > > > > > > > > Weird, for me it works fine. The generated html at kernel.org [1] also > > > > seems to be Ok... > > > > > > > > What version of sphinx do you use? > > > > > > Thanks for looking at this Mike. I was running 1.4, I see there is a v2 > > > out so I'll upgrade but if the warning doesn't show for you then I'd say > > > we just drop this patch. > > > > > > Jon, > > > > > > Is it within your usual workflow to take just the first two patches from > > > this series or would you like me to spin another version without the > > > final patch in it? > > > > We currently document that 1.4 is supposed to work, so we should stick to > > that; I think I'll go ahead and apply all three patches. > > > > We should maybe consider dragging our minimum version forward a bit, or > > else we might want to document this particular gotcha. > > I have 1.4.6 (the one listed in sphinx.rst) and everything worked just > fine... I tried to investigate this further and I am unable to reproduce the original warning. I'm using python virtual environment as directed by the output of `make htmldocs` so the environment should not have changed. The only other plausible explanation seems to be that I've gone mad and can't remember what I was doing three days ago. Thanks for your patience. Tobin.