8000 Fixed sphinx documentation build. · woodcoder/flask-assets@b837d6b · GitHub
[go: up one dir, main page]

Skip to content

Commit b837d6b

Browse files
committed
Fixed sphinx documentation build.
Was broken since the module name was changed.
1 parent c96c450 commit b837d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# make sure we are documenting the local version with autodoc
2525
sys.path.insert(0, os.path.abspath('../src'))
26-
from flaskext import assets as flaskassets
26+
from flask.ext import assets as flaskassets
2727

2828

2929
# -- General configuration -----------------------------------------------------

0 commit comments

Comments
 (0)
0