user@k1:.../blog$ ablog build
/usr/local/lib/python2.7/dist-packages/sphinx/util/compat.py:40: RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and will be removed in Sphinx 1.7, please use docutils' instead.
RemovedInSphinx17Warning)
Traceback (most recent call last):
File "/usr/local/bin/ablog", line 7, in <module>
from ablog.commands import ablog_main
File "/usr/local/lib/python2.7/dist-packages/ablog/__init__.py", line 6, in <module>
from .post import (PostDirective, PostListDirective, UpdateDirective,
File "/usr/local/lib/python2.7/dist-packages/ablog/post.py", line 16, in <module>
from sphinx.util.compat import Directive, make_admonition
ImportError: cannot import name make_admonition
My fresh install. See version numbers.
I get this error when I try to build my blog.