Hi, On Thu, 5 Aug 2021 at 10:04, Tom Rini <[email protected]> wrote: > > On Thu, Aug 05, 2021 at 10:02:31AM -0600, Simon Glass wrote: > > Hi, > > > > On Thu, 5 Aug 2021 at 09:59, Tom Rini <[email protected]> wrote: > > > > > > On Thu, Aug 05, 2021 at 05:54:52PM +0200, Heinrich Schuchardt wrote: > > > > > > > > > > > > On 05.08.21 17:41, Simon Glass wrote: > > > > > Hi, > > > > > > > > > > I cannot do this at present: > > > > > > > > > > $ make htmldocs > > > > > doc/board/freescale/b4860qds.rst:170:duplicate label > > > > > board/freescale/b4860qds:switch settings, other instance in > > > > > doc/board/freescale/b4860qds.rst > > > > > > > > Hello Simon, > > > > > > > > that is for origin/master? I am not able to reproduce it there. > > > > Yes. > > > > > > > > > > Which version of python3-sphinx are you using? We require at least: > > > > doc/sphinx/requirements.txt:2:Sphinx==2.4.4 > > > > OK I see. I uninstalled the Ubuntu one and installed this and it works > > now, thanks! > > > > What feature do we need from the newer version? I was using 1.8.5 > > > > > > > > The check for too old a Sphinx needs to be fatal and not a WARNING I > > > believe. > > > > Actually I didn't even see a warning. > > The warning says that you need at least 1.7 or greater. I still have > 1.6.7 from the distribution.
This is what I saw (i.e. I cannot see the warning): make htmldocs SPHINX htmldocs --> file:///scratch/sglass/cosarm/src/third_party/u-boot/files/doc/output PARSE include/linker_lists.h Running Sphinx v1.8.5 enabling CJK for LaTeX builder building [mo]: targets for 0 po files that are out of date building [html]: targets for 230 source files that are out of date updating environment: 230 added, 0 changed, 0 removed reading sources... [100%] usage/x86/cbsysinfo Warning, treated as error: /scratch/sglass/cosarm/src/third_party/u-boot/files/doc/board/freescale/b4860qds.rst:170:duplicate label board/freescale/b4860qds:switch settings, other instance in /scratch/sglass/cosarm/src/third_party/u-boot/files/doc/board/freescale/b4860qds.rst make[1]: *** [doc/Makefile:68: htmldocs] Error 2 make: *** [Makefile:2237: htmldocs] Error 2 Regards, Simon

