Open cedricbonhomme opened 10 months ago
The OpenAPI file used is this one: https://github.com/scandale-project/scandale/blob/main/docs/_static/openapi.json
It is also possible to see the logs on ReadTheDocs: https://readthedocs.org/projects/scandale/builds/22900095/
I've just proposed a fix to this issue. Could you see if it can be accepted ? Thanks !
This caused a failure for me as well. The solution above fixed it. A new release with this fix will help me use sphinxcontrib.openapi
What is the plan to release this fix, @cedricbonhomme ?
This caused a failure for me as well. The solution above fixed it. A new release with this fix will help me use sphinxcontrib.openapi
Still waiting for this to be fixed!
Hello !
I am using the new release with the fix from the PR #143 and there is still an issue iwht anyOf attribute.
Example:
Below is the log file of the execution:
The openapi.json file has been generated by FastAPI. See here. Swagger UI and redoc UI are working fine.