From ef57947022c998f5a7fab48bb67eac309ba245d6 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Tue, 16 May 2023 10:51:14 +0100 Subject: [PATCH] Patch broken docbuild (#228) --- docs/release/ablog-v0.11-released.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/release/ablog-v0.11-released.rst b/docs/release/ablog-v0.11-released.rst index 0c94e4e3..7e31edc9 100644 --- a/docs/release/ablog-v0.11-released.rst +++ b/docs/release/ablog-v0.11-released.rst @@ -9,51 +9,51 @@ ABlog v0.11 released 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. +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. +- 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. + 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 `__. +`Add external links for posts `__ from `Chris Holdgraf `__. ABlog v0.11.1 released ---------------------- Pull Requests merged in: -`Update version handling to remove use of pkg_resources #`__ +`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 `__. +`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 `__. +`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 exerpts #`__ from `lexming `__. +`Use paragraph instead of container for blog post excerpts `__ from `dstansby `__.