Skip to content

Commit

Permalink
Merge branch 'rc-0.1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Sep 15, 2015
2 parents 173cdfc + 1234f12 commit 84b5075
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.rst
Expand Up @@ -64,6 +64,22 @@ conf.py file:
Changelog
=========

v0.1.9
------

* Intermittent scrollbar visibility bug fixed. This change introduces a
backwards incompatible change to the theme's layout HTML. This should only be
a problem for derivative themes that have overridden styling of nav elements
using direct decendant selectors. See `#215`_ for more information.
* Safari overscroll bug fixed
* Version added to the nav header
* Revision id was added to the documentation footer if you are using RTD
* An extra block, ``extrafooter`` was added to allow extra content in the
document footer block
* Fixed modernizr URL
* Small display style changes on code blocks, figure captions, and nav elements

.. _#215: https://github.com/snide/sphinx_rtd_theme/pull/215

v0.1.8
------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "sphinx-rtd-theme",
"version": "0.1.7",
"version": "0.1.9",
"homepage": "https://github.com/snide/wyrm",
"authors": [
"Dave Snider <dave.snider@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/__init__.py
Expand Up @@ -5,7 +5,7 @@
"""
import os

VERSION = (0, 1, 8)
VERSION = (0, 1, 9)

__version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__
Expand Down

0 comments on commit 84b5075

Please sign in to comment.