Tom Ghyselinck

Results 5 comments of Tom Ghyselinck

There may also be required changes in https://github.com/p1c2u/openapi-spec-validator. For example https://github.com/p1c2u/openapi-spec-validator/pull/111 (which is based on a draft of OpenAPI spec 3.1).

Does this also apply to the release of OpenAPI spec 3.1.0 https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md?

Hi, This would be a great feature! I also suppose using https://github.com/dougn/python-plantuml would be the way to go. Dependencies are probably best _optional_ and thus managed with 'extras_require'.

I hav some proof-of-concept in use at https://github.com/tomghyselinck/sphinxcontrib-plantuml/tree/feature-plantuml-server

Hi, We also found some missing styling of for example *todo* admonitions. I tried this in my `better.css` (which looks quite good in style with the better theme): ```css .admonition-todo...