ablog icon indicating copy to clipboard operation
ablog copied to clipboard

Import make_admonition

Open travleev opened this issue 7 years ago • 2 comments

Line

from sphinx.util.compat import Directive, make_admonition

in post.py raises import error in Sphinx 1.6.3.

Latest version of Sphinx that works for me was Sphinx 1.5.6. In this version one sees deprecation warning about the use of make_admonition, see compat.py. In later versions, make_admonition is not available.

travleev avatar Jul 03 '17 09:07 travleev

Just ran into this same problem. Any timeline for a fix?

davedittrich avatar Dec 16 '17 19:12 davedittrich

A new version of Ablog (v0.9.0) is out at this repo.

This issue should be fixed now but we made it explicitly support Sphinx>=1.6.

nabobalis avatar Feb 28 '18 09:02 nabobalis