On 08.08.2020 09:44, Xavier Delaruelle via Cygwin wrote:
Hello,

I am using cygwin through the AppVeyor CI environment to check my software
build process and non-regression testsuite :

https://ci.appveyor.com/project/xdelaruelle/modules

In this environment I use python37-sphinx package to build the
documentation of the software, which requires the 'sphinx-build' command.

It seems that this 'sphinx-build' command has disappeared from
python37-sphinx package recently:

https://ci.appveyor.com/project/xdelaruelle/modules/builds/34537360/job/870u7prqtwgbwtnk

Which is confirmed by listing package content:

https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fpython37-sphinx%2Fpython37-sphinx-3.1.2-1&grep=sphinx

This issue is also affecting the python36-sphinx package.

36 was not changed from before, I will look for a way to provide a
suitable sphinx-build that works with all 3.x versions


python38-package contains the 'sphinx-build' command, however it seems
there are some missing requirements to make this package operational. I get
an "Could not import extension sphinx.builders.epub3 (exception: No module
named 'sphinxcontrib')" error, see build log:

https://ci.appveyor.com/project/xdelaruelle/modules/builds/34542552/job/9tw241syk4upr4r1

Regards,
Xavier

noted.
It is always difficult to establish which submodule are mandatory
and which are just optional.

It seems I nedd to deploy

 python38-sphinxcontrib-websupport
 python38-sqlalchemy
 python38-whoosh

let me fews days

Regards
Marco

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to