Hello, I confirm that my documentation build is ok (log at [1]) with the following extension package installed on top of python37-sphinx python37-sphinxcontrib-serializinghtml python37-sphinxcontrib-applehelp python37-sphinxcontrib-devhelp python37-sphinxcontrib-htmlhelp python37-sphinxcontrib-qthelp Looking at Sphinx project sources, it seems that even if these *builders* have been moved aside in separate projects starting version 2, they are still mandatory for sphinx core to operate. Looking at the Sphinx.egg-info/requires.txt file in source tarball, we can find at the beginning: sphinxcontrib-applehelp sphinxcontrib-devhelp sphinxcontrib-jsmath sphinxcontrib-htmlhelp sphinxcontrib-serializinghtml sphinxcontrib-qthelp So to honor those requirements, I think the sphinx cygport file should be updated like in the attached patch. Regards, Xavier [1] https://ci.appveyor.com/project/xdelaruelle/modules/builds/34591628/job/6u76k02d4uriq91q Le lun. 10 août 2020 à 10:39, Xavier Delaruelle a écrit : > Can you update the requirements of python*-sphinx packages to make these > new packages automatically installed when python*-sphinx is installed ? (as > they seem required to build any sphinx documentation) > > Regards, > Xavier > > Le lun. 10 août 2020 à 10:11, Marco Atzeri a > écrit : > >> On 10.08.2020 09:16, Marco Atzeri wrote: >> > On 10.08.2020 06:58, Xavier Delaruelle wrote: >> >> Hi Marco, >> >> >> >> I have been able to test new packages and now I am hitting another >> issue: >> >> >> >> Extension error: >> >> Could not import extension sphinx.builders.epub3 (exception: No module >> >> named 'sphinxcontrib.serializinghtml') >> >> >> >> The full log is available at [1]. >> >> >> >> My software documentation does not rely on any extension (see [2]), so >> >> I assume this is missing extension is something required when you want >> >> to build the HTML documentation. >> >> >> >> My last build that went fine was 4 days ago. It used python37-sphinx >> >> 1.8.5-1 (logs available at [3]). >> >> >> >> Regards, >> >> Xavier >> >> >> > >> > Hi Xavier, >> > it seems some problem of how they modified the >> > python-sphinx 3.1.2 >> > >> > I hit the same problem than you on rebuilding cmake >> > and I am building and adding new contrib packages >> > >> > python3x-sphinxcontrib-applehelp 1.0.2-1 >> > python3x-sphinxcontrib-devhelp 1.0.2-1 >> > python3x-sphinxcontrib-htmlhelp 1.0.3-1 >> > python3x-sphinxcontrib-serializinghtml 1.1.4-1 >> > python3x-sphinxcontrib-websupport 1.2.3-1 >> > >> > I wonder if it is a side effect of not having yet ported >> > python3x-sphinx-notfound-page >> > >> > as soon cmake documentation complete, I will upload all the >> > new contrib packages >> > >> > Regards >> > Marco >> > >> >> after adding also >> python3x-sphinxcontrib-qthelp 1.0.3-1 >> >> I was able to build cmake documentation >> >> let me know if you need any other sphinxcontrib-** >> package >> >> >> Regards >> Marco >> >>