You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we discovered in this PR, the action we rely on for checking that Sphinx documentation builds succesfully breaks with some versions of Sphinx.
This problem seems to have appeared after the Sphinx 6.0.0 release (Dec 29 2022).
As a temporary solution, Sphinx needs to be constrained to v5, by adding the following line to the docs/requirements.txt of repositories that rely on this action:
sphinx>=5.0,<6.0
The underlying issue probably come from upstream - ammaraskar/sphinx-action - because a very old version of Sphinx is used in the docker image see this PR.
The text was updated successfully, but these errors were encountered:
In general, the above sphinx-action hasn't been updated recently and has accumulated a number of issues. Relying on it is risky, so I think we have to find some alternative way of checking whether the docs still build
As we discovered in this PR, the action we rely on for checking that
Sphinx
documentation builds succesfully breaks with some versions ofSphinx
.This problem seems to have appeared after the Sphinx 6.0.0 release (Dec 29 2022).
As a temporary solution,
Sphinx
needs to be constrained to v5, by adding the following line to thedocs/requirements.txt
of repositories that rely on this action:The underlying issue probably come from upstream - ammaraskar/sphinx-action - because a very old version of
Sphinx
is used in the docker image see this PR.The text was updated successfully, but these errors were encountered: