We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f8d32 commit a8b74ffCopy full SHA for a8b74ff
README.rst
@@ -97,8 +97,13 @@ Changelog
97
master
98
------
99
100
+
101
+v0.2.1
102
+------
103
104
* Add the ``rel`` HTML attribute to the footer links which point to
105
the previous and next pages.
106
+* Fix toctree issue caused by Sphinx singlehtml builder (#367)
107
108
v0.2.0
109
sphinx_rtd_theme/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
import os
7
8
-__version__ = '0.2.0'
+__version__ = '0.2.1'
9
__version_full__ = __version__
10
11
0 commit comments