abhiTronix / deffcode

A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚡
https://abhitronix.github.io/deffcode
Apache License 2.0
178 stars 3 forks source link

[BUG] Fix support for newer mkdocstring versions #19

Closed abhiTronix closed 2 years ago

abhiTronix commented 2 years ago

Brief Description

Currently, mkdocstring >0.17.0 fails to generate Automatic documentation due to some recent changes in its API.

Acknowledgment

Current Environment

Expected Behavior

mkdocstring >0.17.0 must able to generate Automatic documentation.

Actual Behavior

mkdocstring >0.17.0 fails to generate Automatic documentation.

Possible Fix

Move to mkdocstrings-python-legacy handler.

Miscellaneous

None