acoomans / flask-autodoc

Flask autodoc automatically creates an online documentation for your flask application.
MIT License
98 stars 49 forks source link

Silence ExtDeprecationWarning and replace all references in project #35

Open georgejdanforth opened 7 years ago

georgejdanforth commented 7 years ago

This fixes the ExtDeprecationWarning referenced in #27 for both the package and the tests, and replaces all references to flask.ext.autodoc with flask_autodoc throughout the project, including the README.

jwg4 commented 6 years ago

@acoomans It would be great if this version of this fix could be merged. It seems to remove all warnings which would be nice.

chris-erickson commented 6 years ago

@acoomans I would also like to get this merged. It now breaks Flask.