You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fraoustin@debian:~/ablog$ ablog build
Traceback (most recent call last):
File "/usr/local/bin/ablog", line 7, in
from ablog.commands import ablog_main
File "/usr/local/lib/python2.7/dist-packages/ablog/init.py", line 5, in
from .blog import Blog, CONFIG
File "/usr/local/lib/python2.7/dist-packages/ablog/blog.py", line 21, in
from sphinx.environment import dummy_reporter
ImportError: cannot import name dummy_reporter
ablog version 0.8.4
sphinx 1.7.0
The text was updated successfully, but these errors were encountered:
ok it's work with sphinx version 1.5.2, In your setup.py it's necessary to identify this version install_requires=['Werkzeug', 'Sphinx==1.5.2', 'alabaster', 'invoke', 'python-dateutil']
thank you
when run ablog, i have
ablog version 0.8.4
sphinx 1.7.0
The text was updated successfully, but these errors were encountered: