Closed x24ling closed 4 years ago
On april 7th, breathe recently upgraded to 4.15.0, which now depends on sphinx 3.0.0. https://github.com/michaeljones/breathe/commits/master
breathe
sphinx
According to our setup requirements, our dependencies break this: https://github.com/iotile/coretools/blob/123f46a6b6d93e62903fad3ef64f54379e620ca3/iotilebuild/setup.py#L29-L41
We need to either
>=3,<4",
@x24ling I would just pin breathe for now and then we can update later.
cool, i'll take care of this
On april 7th,
breathe
recently upgraded to 4.15.0, which now depends onsphinx
3.0.0. https://github.com/michaeljones/breathe/commits/masterAccording to our setup requirements, our dependencies break this: https://github.com/iotile/coretools/blob/123f46a6b6d93e62903fad3ef64f54379e620ca3/iotilebuild/setup.py#L29-L41
We need to either
breathe
to stick to 4.14.1sphinx
to>=3,<4",