mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Bump -> 0.2.3
This commit is contained in:
parent
0af470f7cf
commit
f71a918705
11
README.rst
11
README.rst
@ -106,6 +106,17 @@ Changelog
|
|||||||
master
|
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
|
v0.2.1
|
||||||
------
|
------
|
||||||
|
@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
|
|||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
|
|
||||||
__version__ = '0.2.2'
|
__version__ = '0.2.3'
|
||||||
__version_full__ = __version__
|
__version_full__ = __version__
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user