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
Read the Docs has failed in building the documentation for a couple of days now. The reason is probably related to new versions for sphinx dependencies.
Build succeeds with these:
pylint-3.3.1
sphinx-autoapi-3.3.3
Build fails with these:
pylint-3.3.2
sphinx-autoapi-3.4.0
If the situation does not fix itself, we should probably pin the working package versions to dev-requirements.txt.
The text was updated successfully, but these errors were encountered:
Building the docs works again. Both toolbox and spinedb-api docs are now built using python 3.12, but I had to pin sphinx-autoapi version to <3.4 on toolbox side. On spinedb-api, the latest sphinx-autoapi works. I think the problem on toolbox side is related to some corrupted/missing docstring. Some related discussion on the topic can be found here.
Read the Docs has failed in building the documentation for a couple of days now. The reason is probably related to new versions for sphinx dependencies.
Build succeeds with these:
pylint-3.3.1
sphinx-autoapi-3.3.3
Build fails with these:
pylint-3.3.2
sphinx-autoapi-3.4.0
If the situation does not fix itself, we should probably pin the working package versions to dev-requirements.txt.
The text was updated successfully, but these errors were encountered: