Open georgejdanforth opened 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.
ExtDeprecationWarning
flask.ext.autodoc
flask_autodoc
@acoomans It would be great if this version of this fix could be merged. It seems to remove all warnings which would be nice.
@acoomans I would also like to get this merged. It now breaks Flask.
This fixes the
ExtDeprecationWarning
referenced in #27 for both the package and the tests, and replaces all references toflask.ext.autodoc
withflask_autodoc
throughout the project, including the README.