At the moment, the autodocumentation pipeline is failing, without any clear reason why (see for example here).
After some research, I think it is due to outdated dependencies in sdk/docs/add_requirements.txt.
Locally, it works for me if I update to the newest released versions of the dependencies:
# Additional requirements for building the docs
sphinx~=8.2
sphinx-rtd-theme~=3.0
sphinx-argparse~=0.5.0
This probably makes sense to solved combined with #384.
At the moment, the autodocumentation pipeline is failing, without any clear reason why (see for example here).
After some research, I think it is due to outdated dependencies in
sdk/docs/add_requirements.txt.Locally, it works for me if I update to the newest released versions of the dependencies:
This probably makes sense to solved combined with #384.