Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2017-03-03 23:02:11 +0300
committerAnthony Johnson <aj@ohess.org>2017-03-03 23:02:11 +0300
commita8b74fff1c77f04a399134dfb417f199be0dca8f (patch)
treeba6edde3217b940836dd0ee502566dec4c1a97da
parent15f8d322958940dc162a09f0d14969318877cb68 (diff)
Release for 0.2.10.2.1
-rw-r--r--README.rst5
-rw-r--r--sphinx_rtd_theme/__init__.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ab21759..18a23ae 100644
--- a/README.rst
+++ b/README.rst
@@ -97,8 +97,13 @@ Changelog
master
------
+
+v0.2.1
+------
+
* Add the ``rel`` HTML attribute to the footer links which point to
the previous and next pages.
+* Fix toctree issue caused by Sphinx singlehtml builder (#367)
v0.2.0
------
diff --git a/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py
index 4914b3f..23eec62 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.0'
+__version__ = '0.2.1'
__version_full__ = __version__