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

0.7.0: `openapi` uses `m2r` which is no longer maintained #132

Closed kloczek closed 1 year ago

kloczek commented 1 year ago

m2r is now marked as archivesd. This module is no longer maintained and will be not updated for mistune 2.x. https://github.com/miyakogi/m2r/

FriedrichFroebel commented 1 year ago

This has already been reported in #123, as well as an open PR #127 which attempts to fix this.

kloczek commented 1 year ago

OK closing. Taank you.

kloczek commented 1 year ago

BTW it is yet another thing which could be put on ToDo list. Currently in sphinxcontrib/__init__.py is used pkg_resources which will be deprecated. In https://github.com/python/importlib_resources/issues/243 it is possible to find instruction about how to move to importlib-resources.

FriedrichFroebel commented 1 year ago

This should probably a separate issue then or you might want to fix this in a PR directly.