Skip to content

Releases: sunpy/ablog

v0.9.5

19 Aug 21:12
4e9041f
Compare
Choose a tag to compare

V0.9.X is the that supports Python 2 and Sphinx <2.

V0.10.X on master now, will not.

Added by https://github.com/rayalan:

Define an auto-orphan option #39
Repair update directive #37
Fix sidebar and blog_baseurl misconfig during quick start #36

v0.9.4

10 Feb 21:06
2fc904e
Compare
Choose a tag to compare

Fixes for gettext break and some pathing issues.

v0.9.3

28 Oct 17:52
Compare
Choose a tag to compare

Adds tutorial about how to use Notebooks as blog posts.
Minor CI changes.

Also has a fix for #26.

v0.9.2

05 Mar 08:37
Compare
Choose a tag to compare

Hopefully should fix the Windows build issue.

v0.9.1

03 Mar 11:33
bd18b53
Compare
Choose a tag to compare

Small update to remove the ablog{}.format(python_sys_version) binary. Made to pass hopefully the conda build process.

v0.9.0

28 Feb 08:46
Compare
Choose a tag to compare

Dear all,

ABlog v0.9.0 is released with the main focus being to support the latest version of Sphinx. This also moves the main development from Abakan to SunPy.

This has merged in all current (at time of writing, 6) open PRs to the original repository.

These are:

fix(commands): Update command arguments so patterns works correctly from rayalan.

Fix couple of bugs with latest stable Sphinx from tadeboro.

don't use fancy quotes in the conf.py template from tiwo.

Pass through additional Sphinx options and fix a typo from ahrbel.

fix #78 (ImportError: cannot import name make_admonition in Sphinx 1.6) from lsaffre.

Raise exception when title is missing from rgrinberg.