1
0
Fork 0

Adding upstream version 0.11.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-10 17:15:56 +01:00
parent f89f073565
commit 2f2c7f3767
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
146 changed files with 9553 additions and 0 deletions

View file

@ -0,0 +1,20 @@
:blogpost: true
:tags: tips
:author: Ahmet
:category: Release
:location: SF
:date: May 14, 2014
ABlog v0.1 released
===================
ABlog v0.1 is released.
This is the very first release, so there are no release notes in this post.
Yes, this page is also a post and it resides in a folder different from
most other posts in this blogumentation.
The idea is to enable making any page in a Sphinx_ project a post so that
users of a software package can subscribe to feeds and follow new releases
as well as code examples added to the documentation.

View file

@ -0,0 +1,282 @@
ABlog v0.10 released
====================
.. post:: Nov 17, 2019
:author: Nabil Freij
:category: Release
:location: World
ABlog v0.10 is released with the main focus being to support the latest version of Sphinx as well as Python 3 only support.
Ablog V0.9.X will no longer be supported as Python 2 comes to an end in a few months and it is time people upgraded.
Pull Requests merged in:
`Overhaul of package underneath for python3 only <https://github.com/sunpy/ablog/pull/41>`__ from `nabobalis <https://github.com/nabobalis>`__.
`Add validation for conf.py entries <https://github.com/sunpy/ablog/pull/38>`__ from `rayalan <https://github.com/rayalan>`__.
`Deploy improve <https://github.com/sunpy/ablog/pull/42>`__ from `rayalan <https://github.com/rayalan>`__.
`Get ablog ready for 0.10 <https://github.com/sunpy/ablog/pull/46>`__ from `nabobalis <https://github.com/nabobalis>`__.
ABlog v0.10.1 released
----------------------
Pull Requests merged in:
`Change StopIteration to return <https://github.com/sunpy/ablog/pull/48>`__ from `remyabel2 <https://github.com/remyabel2>`__.
ABlog v0.10.2 released
----------------------
Pull Requests merged in:
`Fix unclosed span tag <https://github.com/sunpy/ablog/pull/41>`__ from `ykrods <https://github.com/ykrods>`__.
ABlog v0.10.3 released
----------------------
Pull Requests merged in:
`Pin werkzeug to < 1 <https://github.com/sunpy/ablog/pull/53>`__ from `dstansby <https://github.com/dstansby>`__.
`MNT: Fix Giles URL <https://github.com/sunpy/ablog/pull/50>`__ from `pllim <https://github.com/pllim>`__.
ABlog v0.10.4 released
----------------------
Pull Requests merged in:
`Add zh_CN locale <https://github.com/sunpy/ablog/pull/61>`__ from `daimon99 <https://github.com/daimon99>`__.
`Add intersphinx to the extension list <https://github.com/sunpy/ablog/pull/60>`__ from `plaindocs <https://github.com/plaindocs>`__.
`Fix "test5" <https://github.com/sunpy/ablog/pull/58>`__ and `Use "dirhtml" builder on Read The Docs <https://github.com/sunpy/ablog/pull/57>`__ from `blueyed <https://github.com/blueyed>`__.
ABlog v0.10.5 released
----------------------
Pull Requests merged in:
`Add custom GitHub URL support <https://github.com/sunpy/ablog/pull/63>`__ from `tg-m <https://github.com/tg-m>`__.
ABlog v0.10.6 released
----------------------
Pull Requests merged in:
`Add french locale <https://github.com/sunpy/ablog/pull/65>`__ from `kujiu <https://github.com/kujiu>`__.
ABlog v0.10.7 released
----------------------
Pull Requests merged in:
`Automatically add templates path to documentation <https://github.com/sunpy/ablog/pull/63>`__ from `choldgraf <https://github.com/choldgraf>`__.
ABlog v0.10.8 released
----------------------
Removed the hard dependencies on alabaster and sphinx-automodapi.
Replaced `werkzeug <https://pypi.org/project/Werkzeug/>`__ with `feedgen <https://pypi.org/project/feedgen/>`__ due to the former removing ATOM support.
Version pin of nbsphinx has been removed.
ABlog v0.10.9 released
----------------------
Pull Requests merged in:
`frontmatter and blog post matching <https://github.com/sunpy/ablog/pull/63>`__ from `choldgraf <https://github.com/choldgraf>`__.
ABlog v0.10.10 released
-----------------------
Pull Requests merged in:
`Various Issues <https://github.com/sunpy/ablog/pull/77>`__.
`Fix missing reference caused by ref with title <https://github.com/sunpy/ablog/pull/73>`__ from `ykrods <https://github.com/ykrods>`__.
`Add instructions for starting new blog posts with front-matter <https://github.com/sunpy/ablog/pull/71>`__ from `kakirastern <https://github.com/kakirastern>`__.
ABlog v0.10.11 released
-----------------------
Pull Requests merged in:
`improving glob matching and documenting it <https://github.com/sunpy/ablog/pull/79>`__ from `choldgraf <https://github.com/choldgraf>`__.
ABlog v0.10.12 released
-----------------------
Pull Requests merged in:
`id of feed is now blog.blog_baseurl <https://github.com/sunpy/ablog/pull/83>`__.
ABlog v0.10.13 released
-----------------------
Pull Requests merged in:
`updated CI and py39 tests <https://github.com/sunpy/ablog/pull/86>`__.
`Add test #87 <https://github.com/sunpy/ablog/pull/87>`__.
`Some minor fixes <https://github.com/sunpy/ablog/pull/88>`__.
`Ensure blog_post_pattern are relative to srcdir <https://github.com/sunpy/ablog/pull/89>`__.
ABlog v0.10.14 released
-----------------------
Pull Requests merged in:
`feat(feeds): Add missing Atom entry metadata <https://github.com/sunpy/ablog/pull/92>`__.
`feat(feeds): Add entry element template support <https://github.com/sunpy/ablog/pull/93>`__.
`misc update <https://github.com/sunpy/ablog/pull/94>`__.
ABlog v0.10.15 released
-----------------------
Fixed `Index Out of Range with Atom Feeds <https://github.com/sunpy/ablog/issues/96>`__.
ABlog v0.10.16 released
-----------------------
Pull Requests merged in:
`fix(feeds): Feed validation, templates regression <https://github.com/sunpy/ablog/pull/97>`__.
ABlog v0.10.17 released
-----------------------
Pull Requests merged in:
`Correct draft URL <https://github.com/sunpy/ablog/pull/98>`__.
ABlog v0.10.18 released
-----------------------
Pull Requests merged in:
`Correct posts URL <https://github.com/sunpy/ablog/pull/99>`__.
`Add isso integration <https://github.com/sunpy/ablog/pull/100>`__.
ABlog v0.10.19 released
-----------------------
Pull Requests merged in:
`Add expand option <https://github.com/sunpy/ablog/pull/104>`__.
ABlog v0.10.20 released
-----------------------
Pull Requests merged in:
`fix documentation typo in blog-drafts <https://github.com/sunpy/ablog/pull/105>`__.
`Fix typo <https://github.com/sunpy/ablog/pull/109>`__.
`Catalan translation <https://github.com/sunpy/ablog/pull/113>`__.
`Fix ablog post <https://github.com/sunpy/ablog/pull/114>`__.
ABlog v0.10.21 released
-----------------------
Pull Requests merged in:
`Fix/multilang feed links <https://github.com/sunpy/ablog/pull/116>`__.
BREAKING CHANGE - DROPPED PYTHON 3.6 SUPPORT
ABlog v0.10.22 released
-----------------------
Pull Requests merged in:
`Fix tags field for myst_parser <https://github.com/sunpy/ablog/pull/119>`__.
ABlog v0.10.23 released
-----------------------
Pull Requests merged in:
`optionally show previous / next links on post page <https://github.com/sunpy/ablog/pull/120>`__.
`add classes to post elements <https://github.com/sunpy/ablog/pull/121>`__.
ABlog v0.10.24 released
-----------------------
Breaking Changes:
Minimum versions of packages increased:
.. code-block:: bash
feedgen>=0.9.0
invoke>=1.6.0
python-dateutil>=2.8.0
sphinx>=4.0.0
watchdog>=2.0.0
myst-parser>=0.17.0
pytest>=6.0.0
Pull Requests merged in:
`Get rid of eval and fix #128 <https://github.com/sunpy/ablog/pull/131>`__.
`CI Tweak <https://github.com/sunpy/ablog/pull/132>`__.
ABlog v0.10.25 released
-----------------------
Pull Requests merged in:
`Normalise path to posix as sphinx expects <https://github.com/sunpy/ablog/pull/134>`__.
ABlog v0.10.26 released
-----------------------
Pull Requests merged in:
`docs: Fix format of sphinx.ext.extlink for Sphinx 5.x <https://github.com/sunpy/ablog/pull/141>`__.
`docs: Use ref link rather than hardcode link <https://github.com/sunpy/ablog/pull/140>`__.
`Ci and Warnings Fix <https://github.com/sunpy/ablog/pull/142>`__.
ABlog v0.10.27 released
-----------------------
Pull Requests merged in:
`Improve conditional check for author metadata <https://github.com/sunpy/ablog/pull/146>`__.
ABlog v0.10.28 released
-----------------------
Pull Requests merged in:
`findall -> traverse for older versions of docutils <https://github.com/sunpy/ablog/pull/152>`__.
ABlog v0.10.29 released
-----------------------
Pull Requests merged in:
`Fix the error on some empty option value of post directive <https://github.com/sunpy/ablog/pull/155>`__.
ABlog v0.10.30 released
-----------------------
Pull Requests merged in:
`Sort Feed posts by date <https://github.com/sunpy/ablog/pull/172>`__.
`Fix sidebars ablog translations <https://github.com/sunpy/ablog/pull/161>`__.
ABlog v0.10.31 released
-----------------------
Pull Requests merged in:
`Add external links for posts <https://github.com/sunpy/ablog/pull/112>`__.

View file

@ -0,0 +1,128 @@
ABlog v0.11 released
====================
.. post:: March 23, 2023
:author: Nabil Freij
:category: Release
:location: World
ABlog v0.11 is released with the main focus being to update and tweak the HTML templates allow themes to override the default templates.
In addition, all ablog elements in the templates wrapped in ``ablog__*`` divs to allow custom CSS rules.
We also adopt `NEP29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`__ and drop support for older versions of Python and package versions that are 24 months old or older at time of release.
Added support for external links to be posts.
There are several breaking changes:
- 1. The template files are now in the ``templates/ablog`` folder.
Older templates are still in the old location but will raise a warning.
These will be removed in a future version, please do not use them anymore.
You will need to update any paths to them to add "ablog/" to the path.
- 2. ``ablog`` has support for not injecting its own templates into the Sphinx build.
This is supported by add ``skip_injecting_base_ablog_templates = True`` to your configuration file.
- 3. Minimum version of Python is >=3.9 and Sphinx is >=5.0.
Pull Requests merged in:
`Template rework <https://github.com/sunpy/ablog/pull/144>`__.
`Add external links for posts <https://github.com/sunpy/ablog/pull/112>`__ from `Chris Holdgraf <https://github.com/choldgraf>`__.
Unreleased
----------
Pull Requests merged in:
`Fix theme support for Ablog <https://github.com/sunpy/ablog/pull/295>`__ from `Libor Jelínek <https://github.com/liborjelinek/>`__.
ABlog v0.11.1 released
----------------------
Pull Requests merged in:
`Update version handling to remove use of pkg_resources <https://github.com/sunpy/ablog/pull/211>`__
ABlog v0.11.2 released
----------------------
Pull Requests merged in:
`append posts to atom feed to keep post order from new to old <https://github.com/sunpy/ablog/pull/216>`__ from `lexming <https://github.com/lexming>`__.
`avoid spurious warning about posts with front-matter and post directive <https://github.com/sunpy/ablog/pull/214>`__ from `lexming <https://github.com/lexming>`__.
ABlog v0.11.3 released
----------------------
Pull Requests merged in:
`use fully qualified URLs for images in atom feed <https://github.com/sunpy/ablog/pull/218>`__ from `lexming <https://github.com/lexming>`__.
ABlog v0.11.4 released
----------------------
Pull Requests merged in:
`Use paragraph instead of container for blog post excerpts <https://github.com/sunpy/ablog/pull/226>`__ from `dstansby <https://github.com/dstansby>`__.
ABlog v0.11.5 released
----------------------
Pull Requests merged in:
`Fix incorrect /div when using discuss <https://github.com/sunpy/ablog/pull/251>`__ from `Cadair <https://github.com/Cadair>`__.
ABlog v0.11.6 released
----------------------
Pull Requests merged in:
`Adds IT locale <https://github.com/sunpy/ablog/pull/253>`__ from `Stefano David <https://github.com/stefanodavid>`__.
`Enables configuring a canonical_link for individual posts <https://github.com/sunpy/ablog/pull/258>`__ from `Hendrik Makait <https://github.com/hendrikmakait>`__.
ABlog v0.11.7 released
----------------------
Pull Requests merged in:
`Add stylesheet for tagcloud <https://github.com/sunpy/ablog/pull/268>`__ from `Shengyu Zhang <https://github.com/SilverRainZ>`__.
`Create demo/ before running ablog start <https://github.com/sunpy/ablog/pull/269>`__ from `Shengyu Zhang <https://github.com/SilverRainZ>`__.
`Add span to more items in templates <https://github.com/sunpy/ablog/pull/270>`__ from `Nabil Freij <https://github.com/nabobalis>`__.
ABlog v0.11.8 released
----------------------
Added support for ``sphinx`` >=7.3.0
ABlog v0.11.9 released
----------------------
`Make '_strip' function return as list not set. <https://github.com/sunpy/ablog/pull/280>`__ from `Joe Ziminski <https://github.com/JoeZiminski>`__.
ABlog v0.11.10 released
-----------------------
Fixed wrong branch in the release process.
ABlog v0.11.11 released
-----------------------
Mark Ablog parallel safe.
Dropped support for Python 3.9, Sphinx less than 6.2.
This mirrors the requirements for alabaster 1.0.0.
ABlog v0.11.12 released
-----------------------
`Improve ablog-configuration-options.rst. <https://github.com/sunpy/ablog/pull/292>`__ from `Libor Jelínek <https://github.com/liborjelinek>`__.
`Fix sidebars CSS naming. <https://github.com/sunpy/ablog/pull/298>`__ from `Libor Jelínek <https://github.com/liborjelinek>`__.
`Ablog is NOT safe for parallel read. <https://github.com/sunpy/ablog/pull/299>`__ from `Libor Jelínek <https://github.com/liborjelinek>`__.
`Fix theme support for ablog. <https://github.com/sunpy/ablog/pull/295>`__ from `Libor Jelínek <https://github.com/liborjelinek>`__.

View file

@ -0,0 +1,42 @@
ABlog v0.2 released
===================
.. post:: Aug 31, 2014
:author: Ahmet
:category: Release
:location: SF
ABlog v0.2 is released. This version comes with several new features:
* You can post a document multiple times, see :ref:`posting-sections`
for details.
* You can make note of updates in a post using :rst:dir:`update`
directive.
* Blog feeds for authors, locations, categories, tags, and years
can be enabled using :confval:`blog_feed_archives` configuration
variable.
* Blog Feeds can be made full text using :confval:`blog_feed_fulltext`
configuration variable.
* Recent posts side bar includes month and day of the posts.
ABlog v0.2.1 released
---------------------
ABlog v0.2.1 is a bug fix release that solves duplicated content
problem in full text atom feeds.
ABlog v0.2.2 released
---------------------
ABlog v0.2.2 is a bug fix release that solves broken links problem
in post lists (:issue:`12`).
ABlog v0.2.3 released
---------------------
ABlog v0.2.3 is a bug fix release that solves broken links (:issue:`13`)
and non-unique post IDs problems atom feeds.

View file

@ -0,0 +1,28 @@
ABlog v0.3 released
===================
ABlog v0.3 is released. This version comes with the following core
improvements:
* You can now specify language of a post with ``:language:`` option,
and an archive page will be created for each language.
See :confval:`blog_languages` and :confval:`blog_default_language`
if you are posting in multiple languages.
* You can list language archives on your website by adding
``languages.html`` to :confval:`html_sidebars` configuration option.
* :rst:dir:`postlist` directive takes options to filter posts.
ABlog v0.3.1 released
---------------------
ABlog v0.3.1 is a minor release to fix two issues in templates:
* Links to collection (archive) feeds is displayed only on collection page
(e.g. `:ref:`category-manual``), not on a catalog page that lists posts
for multiple collections (e.g. `:ref:`blog-categories``).
* Links to collection feeds is displayed only when they are generated
(see :confval:`blog_feed_archives`). Previously, links would be generated
to feeds that did not exist.

View file

@ -0,0 +1,33 @@
ABlog v0.4 released
===================
.. post:: Dec 20, 2014
:author: Ahmet
:category: Release
:location: SF
ABlog v0.4 is released. This version comes with the following improvements
and bug fixes:
* Added :confval:`blog_feed_titles`, :confval:`blog_feed_length`, and
:confval:`blog_archive_titles` configuration options (see :issue:`24`).
* Set the default for :confval:`blog_feed_archives` to ``False``, which
was set to ``True`` although documented to be otherwise.
* Fixed issues with :confval:`post_auto_excerpt` and
:confval:`post_auto_image` configuration options.
* Fixed :issue:`2`, relative size of tags being the minimum size when
all tags have the same number of posts. Now, mean size is
used, and max/min size can be controlled from template.
* Fixed :issue:`19`. Yearly archives are ordered by recency.
* Fixed duplicated post title in feeds, :issue:`21`.
* Fixed :issue:`22`, :rst:dir:`postlist` directive listing more than
specified number of posts.
* :rst:dir:`postlist` directive accepts arguments to format list items
(:issue:`20`).

View file

@ -0,0 +1,15 @@
ABlog v0.5 released
===================
.. post:: Mar 25, 2015
:author: Ahmet, Mehmet
:category: Release
:location: SF
ABlog v0.5 is released. This version comes with :ref:`ablog-commands` and
a :ref:`quick-start` guide.
ABlog v0.5.1 released
---------------------
Added ``:excerpts:`` option to :rst:dir:`postlist` directive.

View file

@ -0,0 +1,46 @@
ABlog v0.6 released
===================
.. post:: Apr 8, 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.6 is released with new :ref:`ablog-commands`. You can use
``ablog deploy`` to :ref:`deploy-to-github-pages`, and also ``ablog clean``
to do spring cleaning every once in a while.
ABlog v0.6.1 released
---------------------
ABlog v0.6.1 is released with improvements to ``ablog deploy`` command.
It will add ``.nojekyll`` file when needed to deployments to GitHub pages.
ABlog v0.6.2 released
---------------------
ABlog v0.6.2 is released to fix an issue with loading of Disqus comments
(:issue:`33`) and interpreting non-ascii characters (:issue:`34`).
ABlog v0.6.3 released
---------------------
ABlog v0.6.3 comes with Russian localisation and following enhancements:
* Added ``:list-style:`` option to :rst:dir:`postlist` to enable
controlling bullet list style.
* ``ablog post`` command de-slugifies filename to make the title
when it's not given.
ABlog v0.6.4 released
---------------------
ABlog v0.6.4 comes with improved ``ablog serve`` command that helps you
:ref:`watch-yourself-blogging`.
ABlog v0.6.5 released
---------------------
ABlog v0.6.5 is a bug fix release to resolve :issue:`38`, an exception raised
when using :rst:dir:`postlist` without specifying number of posts.

View file

@ -0,0 +1,92 @@
ABlog v0.7 released
===================
.. post:: May 3, 2015
:author: Ahmet
:category: Release
:location: Denizli
ABlog v0.7.0 is released to fix the long standing :issue:`1` related to
pickling of Sphinx build environment on Read The Docs. Improvements
also resolved issues with using LaTeX builder, improved cross-referencing
for non-html builders.
ABlog v0.7.1 released
---------------------
ABlog v0.7.1 is released to fix Python 3 import issues in :command:`ablog serve`
command.
ABlog v0.7.2 released
---------------------
ABlog v0.7.2 is released to prevent potential issues with Disqus thread URLs
by requiring :confval:`disqus_shortname` and :confval:`blog_baseurl`
to be specified together for Disqus integration.
ABlog v0.7.3 released
---------------------
ABlog v0.7.3 makes use of `python-dateutil`__ for parsing post dates, so now you
can be flexible with the format you use in posts. Thanks to `Andy Maloney`__
for this improvement.
__ https://pypi.python.org/pypi/python-dateutil
__ https://github.com/amaloney
ABlog v0.7.5 released
---------------------
ABlog v0.7.5 is released to fix Windows specific path resolving issue with
archive pages. Thanks to Peter Mills for reporting this issue.
ABlog v0.7.6 released
---------------------
ABlog v0.7.6 is released to fix path resolving issue that arose when
``:excerpts:`` is used in :rst:dir:`postlist` directive. Once again, thanks
to Peter Mills for reporting this issue. Other minor changes are:
* ``-P`` argument is added to :ref:`ablog build <build>` command to enable running pdb
on exceptions.
* ``conf.py`` file created by :ref:`ablog start <start>` updated to include
``about.html`` sidebar that comes with Alabaster_ theme.
ABlog v0.7.7 released
---------------------
ABlog v0.7.7 is released to fix path resolving :issue:`41` that arose when
cross-references were used in post excerpts, and also post redirect
issue in templates.
ABlog v0.7.8 released
---------------------
ABlog v0.7.8 is released to fix a Python 2 issue that appears when creating
collection pages that contain non-ascii characters in their names (:issue:`45`)
and filename escaping issue when committing changes using
:ref:`ablog deploy <deploy>` command (:pull:`44`).
Thanks to `uralbash`_ for these contributions.
.. _uralbash: https://github.com/uralbash
ABlog v0.7.9 released
---------------------
ABlog v0.7.9 is released to fix Windows specific file renaming issue in
:ref:`ablog deploy <deploy>` command (:issue:`46`). Thanks to `Velimir`_
for the fix.
.. _Velimir: https://github.com/montyvesselinov
ABlog v0.7.10 released
----------------------
ABlog v0.7.10 is released to resolve Sphinx JSON/Pickle builder issues
related to serialization.
ABlog v0.7.12 released
----------------------
ABlog v0.7.12 (and also v0.7.11) maintenance release are available.

View file

@ -0,0 +1,58 @@
ABlog v0.8 released
===================
.. post:: Oct 12, 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.8.0 is released with additions and changes:
* Added ``-a`` argument to :ref:`ablog build <build>` command, with which
you can force rewriting all pages when rebuilding your project. Default is
writing only pages that have changed.
* Added ``-f`` argument to :ref:`ablog deploy <deploy>` command, with which
you can amend to latest commit to keep GitHub pages repository small.
Thanks to `uralbash`_ for this contribution.
* Added ``-p`` argument to :ref:`ablog deploy <deploy>` command, with which
you can specify the path to your GitHub pages repository, i.e.
``username.github.io``.
* Changed :confval:`fontawesome_link_cdn` to be a string argument to enable
linking to desired version of `Font Awesome`_. Thanks to `Albert Mietus`_
for this contribution.
* Post lists font style is now controlled through CSS. Thanks to
`Albert Mietus`_ for this contribution as well.
* Fixed internal link resolution issue that affected atom feeds of
collections, i.e. feeds of posts under a category, tag, or author.
.. _Font Awesome: https://fontawesome.com/
.. _Albert Mietus: https://github.com/AlbertMietus
.. _uralbash: https://github.com/uralbash
ABlog v0.8.1 released
---------------------
ABlog v0.8.1 is released to fix atom feed linking in HTML header (:issue:`54`).
ABlog v0.8.2 released
---------------------
ABlog v0.8.2 is released to fix date parsing (:issue:`58`) and Python 2.6
installation (:issue:`59`) issues.
ABlog v0.8.3 released
---------------------
ABlog v0.8.3 is released to bring you recent enhancements:
* `ninmesara`_ added ``:nocomments:`` argument to :rst:dir:`post` directive
to disable comments per post.
* `José Carlos García`_ added Spanish translations.
.. _ninmesara: https://github.com/ninmesara
.. _José Carlos García: https://github.com/quobit

View file

@ -0,0 +1,61 @@
ABlog v0.9 released
===================
.. post:: Feb 17, 2018
:author: Nabil Freij
:category: Release
:location: World
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 <https://github.com/abakan-zz/ablog/pull/96>`__ from `rayalan <https://github.com/rayalan>`__.
`Fix couple of bugs with latest stable Sphinx <https://github.com/abakan-zz/ablog/pull/93>`__ from `tadeboro <https://github.com/tadeboro>`__.
`don't use fancy quotes in the conf.py template <https://github.com/abakan-zz/ablog/pull/87>`__ from `tiwo <https://github.com/tiwo>`__.
`Pass through additional Sphinx options and fix a typo <https://github.com/abakan-zz/ablog/pull/84>`__ from `ahrbel <https://github.com/ahrbe1>`__.
`fix #78 (ImportError: cannot import name make_admonition in Sphinx 1.6) <https://github.com/abakan-zz/ablog/pull/79>`_ from `lsaffre <https://github.com/lsaffre>`__.
`Raise exception when title is missing <https://github.com/abakan-zz/ablog/pull/76>`__ from `rgrinberg <https://github.com/rgrinberg>`__.
.. _Abakan: https://github.com/abakan/ablog
.. _SunPy: https://github.com/sunpy/ablog
ABlog v0.9.1 released
---------------------
Minor update to remove Ablog{}.format(python_number) exes
ABlog v0.9.2 released
---------------------
Fixed Windows String issue.
ABlog v0.9.3 released
---------------------
Added example on how to use writing blog posts in Jupyter notebooks.
`show </span> when if fa <https://github.com/sunpy/ablog/pull/22>`__, `Add create file encoding <https://github.com/sunpy/ablog/pull/23>`__ and `fix serve command path <https://github.com/sunpy/ablog/pull/31>`__ from `anzawatta <https://github.com/anzawatta>`__.
Sorry I was late to release these!
ABlog v0.9.4 released
---------------------
Fixes for gettext break and some pathing issues.
ABlog v0.9.5 released
---------------------
v0.9.5 is the that supports Python 2 and Sphinx <2.
v0.10.0 on main now, will not.
`Define an auto-orphan option <https://github.com/sunpy/ablog/pull/39>`__, `Repair update directive <https://github.com/sunpy/ablog/pull/37>`__ and `Fix sidebar and blog_baseurl misconfig during quick start <https://github.com/sunpy/ablog/pull/36>`__ from `rayalan <https://github.com/rayalan>`__.