Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

Sphinx 5 support #78

Closed lafrech closed 2 years ago

lafrech commented 2 years ago

Hi. Thanks for autodocsumm.

Sphinx 5 is out but it is not supported by autodocsumm:

https://github.com/Chilipp/autodocsumm/blob/2839945611e4ea1509893fd55752a8f21266508f/setup.py#L41

I have no idea whether this restriction was added to setup.py in case a breaking change would occur or if there are actually known issues with Sphinx 5 that need to be addressed before loosening the range to "<6.0".

Is there any effort planned to support Sphinx 5?

Thanks.