Skip to content

Commit ef57947

Browse files
authored
Patch broken docbuild (#228)
1 parent 62fd5c9 commit ef57947

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/release/ablog-v0.11-released.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,51 +9,51 @@ ABlog v0.11 released
99
ABlog v0.11 is released with the main focus being to update and tweak the HTML templates allow themes to override the default templates.
1010
In addition, all ablog elements in the templates wrapped in ``ablog__*`` divs to allow custom CSS rules.
1111

12-
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.
12+
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.
1313

1414
Added support for external links to be posts.
1515

1616
There are several breaking changes:
1717

18-
- 1. The template files are now in the `templates/ablog` folder.
18+
- 1. The template files are now in the ``templates/ablog`` folder.
1919
Older templates are still in the old location but will raise a warning.
2020
These will be removed in a future version, please do not use them anymore.
2121
You will need to update any paths to them to add "ablog/" to the path.
2222
- 2. ``ablog`` has support for not injecting its own templates into the Sphinx build.
23-
This is supported by add `skip_injecting_base_ablog_templates = True` to your configuration file.
23+
This is supported by add ``skip_injecting_base_ablog_templates = True`` to your configuration file.
2424
- 3. Minimum version of Python is >=3.9 and Sphinx is >=5.0.
2525

2626
Pull Requests merged in:
2727

2828
`Template rework <https://github.com/sunpy/ablog/pull/144>`__.
2929

30-
`Add external links for posts #<https://github.com/sunpy/ablog/pull/112>`__ from `Chris Holdgraf <https://github.com/choldgraf>`__.
30+
`Add external links for posts <https://github.com/sunpy/ablog/pull/112>`__ from `Chris Holdgraf <https://github.com/choldgraf>`__.
3131

3232
ABlog v0.11.1 released
3333
----------------------
3434

3535
Pull Requests merged in:
3636

37-
`Update version handling to remove use of pkg_resources #<https://github.com/sunpy/ablog/pull/211>`__
37+
`Update version handling to remove use of pkg_resources <https://github.com/sunpy/ablog/pull/211>`__
3838

3939
ABlog v0.11.2 released
4040
----------------------
4141

4242
Pull Requests merged in:
4343

44-
`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>`__.
45-
`avoid spurious warning about posts with front-matter and post directive #<https://github.com/sunpy/ablog/pull/214>`__ from `lexming <https://github.com/lexming>`__.
44+
`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>`__.
45+
`avoid spurious warning about posts with front-matter and post directive <https://github.com/sunpy/ablog/pull/214>`__ from `lexming <https://github.com/lexming>`__.
4646

4747
ABlog v0.11.3 released
4848
----------------------
4949

5050
Pull Requests merged in:
5151

52-
`use fully qualified URLs for images in atom feed #<https://github.com/sunpy/ablog/pull/218>`__ from `lexming <https://github.com/lexming>`__.
52+
`use fully qualified URLs for images in atom feed <https://github.com/sunpy/ablog/pull/218>`__ from `lexming <https://github.com/lexming>`__.
5353

5454
ABlog v0.11.4 released
5555
----------------------
5656

5757
Pull Requests merged in:
5858

59-
`Use paragraph instead of container for blog post exerpts #<https://github.com/sunpy/ablog/pull/226>`__ from `lexming <https://github.com/dstansby>`__.
59+
`Use paragraph instead of container for blog post excerpts <https://github.com/sunpy/ablog/pull/226>`__ from `dstansby <https://github.com/dstansby>`__.

0 commit comments

Comments
 (0)