Skip to content

ExtDeprecationWarning: Importing flask.ext.autodoc is deprecated #27

Open
@fraoustin

Description

@fraoustin

I have a message with flask 1.10

/usr/local/lib/python3.4/dist-packages/flask/exthook.py:71: ExtDeprecationWarning: Importing flask.ext.autodoc is deprecated, use flask_autodoc instead.

I test replace in init.py

from flask.ext.autodoc.autodoc import Autodoc

by

from flask_autodoc.autodoc import Autodoc

And is ok. Can you modify your code ?
Thank you for module

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions