diff --git a/README.rst b/README.rst index e4c04934..563519cd 100644 --- a/README.rst +++ b/README.rst @@ -106,6 +106,17 @@ Changelog master ------ +v0.2.3 +------ + +* Temporarily patch Sphinx issue with ``singlehtml`` builder by inspecting the + builder in template. + +v0.2.2 +------ + +* Roll back toctree fix in 0.2.1 (#367). This didn't fix the issue and + introduced another bug with toctrees display. v0.2.1 ------ diff --git a/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py index 6bb994e8..f2d28f88 100644 --- a/sphinx_rtd_theme/__init__.py +++ b/sphinx_rtd_theme/__init__.py @@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme. """ import os -__version__ = '0.2.2' +__version__ = '0.2.3' __version_full__ = __version__