From 8e29081b9d01c2e1177adb00224cc04ee4dd7642 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 12 Dec 2024 11:57:01 +0100 Subject: Adding upstream version 0.11.12. Signed-off-by: Daniel Baumann --- docs/release/ablog-v0.1-released.rst | 20 +++ docs/release/ablog-v0.10-released.rst | 282 ++++++++++++++++++++++++++++++++++ docs/release/ablog-v0.11-released.rst | 128 +++++++++++++++ docs/release/ablog-v0.2-released.rst | 42 +++++ docs/release/ablog-v0.3-released.rst | 28 ++++ docs/release/ablog-v0.4-released.rst | 33 ++++ docs/release/ablog-v0.5-released.rst | 15 ++ docs/release/ablog-v0.6-released.rst | 46 ++++++ docs/release/ablog-v0.7-released.rst | 92 +++++++++++ docs/release/ablog-v0.8-released.rst | 58 +++++++ docs/release/ablog-v0.9-released.rst | 61 ++++++++ 11 files changed, 805 insertions(+) create mode 100644 docs/release/ablog-v0.1-released.rst create mode 100644 docs/release/ablog-v0.10-released.rst create mode 100644 docs/release/ablog-v0.11-released.rst create mode 100644 docs/release/ablog-v0.2-released.rst create mode 100644 docs/release/ablog-v0.3-released.rst create mode 100644 docs/release/ablog-v0.4-released.rst create mode 100644 docs/release/ablog-v0.5-released.rst create mode 100644 docs/release/ablog-v0.6-released.rst create mode 100644 docs/release/ablog-v0.7-released.rst create mode 100644 docs/release/ablog-v0.8-released.rst create mode 100644 docs/release/ablog-v0.9-released.rst (limited to 'docs/release') diff --git a/docs/release/ablog-v0.1-released.rst b/docs/release/ablog-v0.1-released.rst new file mode 100644 index 0000000..37af594 --- /dev/null +++ b/docs/release/ablog-v0.1-released.rst @@ -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. diff --git a/docs/release/ablog-v0.10-released.rst b/docs/release/ablog-v0.10-released.rst new file mode 100644 index 0000000..1609520 --- /dev/null +++ b/docs/release/ablog-v0.10-released.rst @@ -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 `__ from `nabobalis `__. + +`Add validation for conf.py entries `__ from `rayalan `__. + +`Deploy improve `__ from `rayalan `__. + +`Get ablog ready for 0.10 `__ from `nabobalis `__. + +ABlog v0.10.1 released +---------------------- + +Pull Requests merged in: + +`Change StopIteration to return `__ from `remyabel2 `__. + +ABlog v0.10.2 released +---------------------- + +Pull Requests merged in: + +`Fix unclosed span tag `__ from `ykrods `__. + +ABlog v0.10.3 released +---------------------- + +Pull Requests merged in: + +`Pin werkzeug to < 1 `__ from `dstansby `__. + +`MNT: Fix Giles URL `__ from `pllim `__. + +ABlog v0.10.4 released +---------------------- + +Pull Requests merged in: + +`Add zh_CN locale `__ from `daimon99 `__. + +`Add intersphinx to the extension list `__ from `plaindocs `__. + +`Fix "test5" `__ and `Use "dirhtml" builder on Read The Docs `__ from `blueyed `__. + +ABlog v0.10.5 released +---------------------- + +Pull Requests merged in: + +`Add custom GitHub URL support `__ from `tg-m `__. + +ABlog v0.10.6 released +---------------------- + +Pull Requests merged in: + +`Add french locale `__ from `kujiu `__. + +ABlog v0.10.7 released +---------------------- + +Pull Requests merged in: + +`Automatically add templates path to documentation `__ from `choldgraf `__. + +ABlog v0.10.8 released +---------------------- + +Removed the hard dependencies on alabaster and sphinx-automodapi. + +Replaced `werkzeug `__ with `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 `__ from `choldgraf `__. + +ABlog v0.10.10 released +----------------------- + +Pull Requests merged in: + +`Various Issues `__. + +`Fix missing reference caused by ref with title `__ from `ykrods `__. + +`Add instructions for starting new blog posts with front-matter `__ from `kakirastern `__. + +ABlog v0.10.11 released +----------------------- + +Pull Requests merged in: + +`improving glob matching and documenting it `__ from `choldgraf `__. + + +ABlog v0.10.12 released +----------------------- + +Pull Requests merged in: + +`id of feed is now blog.blog_baseurl `__. + +ABlog v0.10.13 released +----------------------- + +Pull Requests merged in: + +`updated CI and py39 tests `__. +`Add test #87 `__. +`Some minor fixes `__. +`Ensure blog_post_pattern are relative to srcdir `__. + +ABlog v0.10.14 released +----------------------- + +Pull Requests merged in: + +`feat(feeds): Add missing Atom entry metadata `__. +`feat(feeds): Add entry element template support `__. +`misc update `__. + + +ABlog v0.10.15 released +----------------------- + +Fixed `Index Out of Range with Atom Feeds `__. + +ABlog v0.10.16 released +----------------------- + +Pull Requests merged in: + +`fix(feeds): Feed validation, templates regression `__. + +ABlog v0.10.17 released +----------------------- + +Pull Requests merged in: + +`Correct draft URL `__. + +ABlog v0.10.18 released +----------------------- + +Pull Requests merged in: + +`Correct posts URL `__. +`Add isso integration `__. + +ABlog v0.10.19 released +----------------------- + +Pull Requests merged in: + +`Add expand option `__. + + +ABlog v0.10.20 released +----------------------- + +Pull Requests merged in: + +`fix documentation typo in blog-drafts `__. +`Fix typo `__. +`Catalan translation `__. +`Fix ablog post `__. + +ABlog v0.10.21 released +----------------------- + +Pull Requests merged in: + +`Fix/multilang feed links `__. + +BREAKING CHANGE - DROPPED PYTHON 3.6 SUPPORT + +ABlog v0.10.22 released +----------------------- + +Pull Requests merged in: + +`Fix tags field for myst_parser `__. + +ABlog v0.10.23 released +----------------------- + +Pull Requests merged in: + +`optionally show previous / next links on post page `__. +`add classes to post elements `__. + + +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 `__. +`CI Tweak `__. + +ABlog v0.10.25 released +----------------------- + +Pull Requests merged in: + +`Normalise path to posix as sphinx expects `__. + +ABlog v0.10.26 released +----------------------- + +Pull Requests merged in: + +`docs: Fix format of sphinx.ext.extlink for Sphinx 5.x `__. +`docs: Use ref link rather than hardcode link `__. +`Ci and Warnings Fix `__. + +ABlog v0.10.27 released +----------------------- + +Pull Requests merged in: + +`Improve conditional check for author metadata `__. + +ABlog v0.10.28 released +----------------------- + +Pull Requests merged in: + +`findall -> traverse for older versions of docutils `__. + +ABlog v0.10.29 released +----------------------- + +Pull Requests merged in: + +`Fix the error on some empty option value of post directive `__. + +ABlog v0.10.30 released +----------------------- + +Pull Requests merged in: + +`Sort Feed posts by date `__. +`Fix sidebars ablog translations `__. + +ABlog v0.10.31 released +----------------------- + +Pull Requests merged in: + +`Add external links for posts `__. diff --git a/docs/release/ablog-v0.11-released.rst b/docs/release/ablog-v0.11-released.rst new file mode 100644 index 0000000..9936afd --- /dev/null +++ b/docs/release/ablog-v0.11-released.rst @@ -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 `__ 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 `__. + +`Add external links for posts `__ from `Chris Holdgraf `__. + +Unreleased +---------- + +Pull Requests merged in: + +`Fix theme support for Ablog `__ from `Libor Jelínek `__. + +ABlog v0.11.1 released +---------------------- + +Pull Requests merged in: + +`Update version handling to remove use of pkg_resources `__ + +ABlog v0.11.2 released +---------------------- + +Pull Requests merged in: + +`append posts to atom feed to keep post order from new to old `__ from `lexming `__. +`avoid spurious warning about posts with front-matter and post directive `__ from `lexming `__. + +ABlog v0.11.3 released +---------------------- + +Pull Requests merged in: + +`use fully qualified URLs for images in atom feed `__ from `lexming `__. + +ABlog v0.11.4 released +---------------------- + +Pull Requests merged in: + +`Use paragraph instead of container for blog post excerpts `__ from `dstansby `__. + +ABlog v0.11.5 released +---------------------- + +Pull Requests merged in: + +`Fix incorrect /div when using discuss `__ from `Cadair `__. + +ABlog v0.11.6 released +---------------------- + +Pull Requests merged in: + +`Adds IT locale `__ from `Stefano David `__. + +`Enables configuring a canonical_link for individual posts `__ from `Hendrik Makait `__. + +ABlog v0.11.7 released +---------------------- + +Pull Requests merged in: + +`Add stylesheet for tagcloud `__ from `Shengyu Zhang `__. + +`Create demo/ before running ablog start `__ from `Shengyu Zhang `__. + + +`Add span to more items in templates `__ from `Nabil Freij `__. + +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. `__ from `Joe Ziminski `__. + +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. `__ from `Libor Jelínek `__. + +`Fix sidebars CSS naming. `__ from `Libor Jelínek `__. + +`Ablog is NOT safe for parallel read. `__ from `Libor Jelínek `__. + +`Fix theme support for ablog. `__ from `Libor Jelínek `__. diff --git a/docs/release/ablog-v0.2-released.rst b/docs/release/ablog-v0.2-released.rst new file mode 100644 index 0000000..9caa3fa --- /dev/null +++ b/docs/release/ablog-v0.2-released.rst @@ -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. diff --git a/docs/release/ablog-v0.3-released.rst b/docs/release/ablog-v0.3-released.rst new file mode 100644 index 0000000..58680ae --- /dev/null +++ b/docs/release/ablog-v0.3-released.rst @@ -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. diff --git a/docs/release/ablog-v0.4-released.rst b/docs/release/ablog-v0.4-released.rst new file mode 100644 index 0000000..605680f --- /dev/null +++ b/docs/release/ablog-v0.4-released.rst @@ -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`). diff --git a/docs/release/ablog-v0.5-released.rst b/docs/release/ablog-v0.5-released.rst new file mode 100644 index 0000000..fcf1c12 --- /dev/null +++ b/docs/release/ablog-v0.5-released.rst @@ -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. diff --git a/docs/release/ablog-v0.6-released.rst b/docs/release/ablog-v0.6-released.rst new file mode 100644 index 0000000..5fed938 --- /dev/null +++ b/docs/release/ablog-v0.6-released.rst @@ -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. diff --git a/docs/release/ablog-v0.7-released.rst b/docs/release/ablog-v0.7-released.rst new file mode 100644 index 0000000..a11fbc1 --- /dev/null +++ b/docs/release/ablog-v0.7-released.rst @@ -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 ` command to enable running pdb + on exceptions. + + * ``conf.py`` file created by :ref:`ablog 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 ` 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 ` 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. diff --git a/docs/release/ablog-v0.8-released.rst b/docs/release/ablog-v0.8-released.rst new file mode 100644 index 0000000..cac2afb --- /dev/null +++ b/docs/release/ablog-v0.8-released.rst @@ -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 ` 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 ` 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 ` 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 diff --git a/docs/release/ablog-v0.9-released.rst b/docs/release/ablog-v0.9-released.rst new file mode 100644 index 0000000..bb7a77f --- /dev/null +++ b/docs/release/ablog-v0.9-released.rst @@ -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 `__ 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 `__. + +.. _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 when if fa `__, `Add create file encoding `__ and `fix serve command path `__ from `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 `__, `Repair update directive `__ and `Fix sidebar and blog_baseurl misconfig during quick start `__ from `rayalan `__. -- cgit v1.2.3