mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Version bump and changelog edits
This commit is contained in:
parent
173cdfc140
commit
1234f126d8
16
README.rst
16
README.rst
|
@ -64,6 +64,22 @@ conf.py file:
|
||||||
Changelog
|
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
|
v0.1.8
|
||||||
------
|
------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sphinx-rtd-theme",
|
"name": "sphinx-rtd-theme",
|
||||||
"version": "0.1.7",
|
"version": "0.1.9",
|
||||||
"homepage": "https://github.com/snide/wyrm",
|
"homepage": "https://github.com/snide/wyrm",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Dave Snider <dave.snider@gmail.com>"
|
"Dave Snider <dave.snider@gmail.com>"
|
||||||
|
|
|
@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
|
|
||||||
VERSION = (0, 1, 8)
|
VERSION = (0, 1, 9)
|
||||||
|
|
||||||
__version__ = ".".join(str(v) for v in VERSION)
|
__version__ = ".".join(str(v) for v in VERSION)
|
||||||
__version_full__ = __version__
|
__version_full__ = __version__
|
||||||
|
|
Loading…
Reference in New Issue
Block a user