sphinx-contrib / openapi

OpenAPI (fka Swagger) spec renderer for Sphinx.
https://sphinxcontrib-openapi.readthedocs.io
BSD 2-Clause "Simplified" License
111 stars 80 forks source link

Add handling for recursive schemas #139

Closed Adam-Rowell closed 1 year ago

stephenfin commented 1 year ago

@Adam-Rowell I had to add a rendered output to get tests passing. I notice there's no reference to children in the rendered output though. Is that what you were expecting?

stephenfin commented 1 year ago

I'm going to merge this as-is because it fixed a bug. I suspect you'll want to submit a follow-up to improve the rendered output though.