Skip to content

Commit

Permalink
Merge pull request #720 from rtfd/release-0.4.3
Browse files Browse the repository at this point in the history
Release 0.4.3
  • Loading branch information
ericholscher authored Feb 12, 2019
2 parents ed9651e + d8355ca commit a3ab477
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinx-rtd-theme",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "https://github.com/rtfd/sphinx_rtd_theme",
"authors": [
"Dave Snider, Read the Docs, Inc. & contributors <dev@readthedocs.org>"
Expand Down
17 changes: 13 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@

*********
Changelog
*********

master
======

:Date: TBD

New Features
-------------

Fixes
-----

Other Changes
--------------

0.4.3
======

:Date: Feb 12, 2019

New Features
-------------

Fixes
-----
Expand All @@ -24,7 +34,6 @@ Fixes
Other Changes
--------------


v0.4.2
======

Expand Down
7 changes: 3 additions & 4 deletions docs/configuring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,10 @@ Miscellaneous options
.. confval:: style_nav_header_background

:type: string
:default: ``None``
:default: ``#2980B9``

* Changes the background of the search area in the navigation bar. The value
can be anything valid in a CSS `background` property. The default `#2980B9` will be used if the property is not
defined.
Changes the background of the search area in the navigation bar. The value
can be anything valid in a CSS `background` property.

.. _canonical URL: https://en.wikipedia.org/wiki/Canonical_link_element

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"devDependencies": {
"bower": "^1.8.4",
Expand Down
3 changes: 2 additions & 1 deletion sphinx_rtd_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from os import path

__version__ = '0.4.2'
__version__ = '0.4.3'
__version_full__ = __version__


Expand All @@ -14,6 +14,7 @@ def get_html_theme_path():
cur_dir = path.abspath(path.dirname(path.dirname(__file__)))
return cur_dir


# See http://www.sphinx-doc.org/en/stable/theming.html#distribute-your-theme-as-a-python-package
def setup(app):
app.add_html_theme('sphinx_rtd_theme', path.abspath(path.dirname(__file__)))
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sphinx_rtd_theme/static/css/theme.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sphinx_rtd_theme/static/js/theme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3ab477

Please sign in to comment.