Skip to content

Commit

Permalink
Merge pull request readthedocs#912 from readthedocs/release/0.5.0rc1
Browse files Browse the repository at this point in the history
Release 0.5.0rc1
  • Loading branch information
agjohnson authored May 6, 2020
2 parents 6cd6162 + 729ac2f commit 7de6da6
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 136 deletions.
10 changes: 5 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ Changelog
master
======

New Features
-------------
v0.5.0rc1
=========

Fixes
-----

* Fix definition lists looking different with Sphinx 2.0+
* Fix many styling issues that look different when using the Sphinx HTML5 writer

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

* Add the ``navigation`` template block around the navigation area.
* Added Spanish translation
* Added i18n support using Babel
* Added translations for 10 new languages
* Moved build system from Grunt and friends to Webpack
* Remove Modernizr, but keep html5shiv (#724, #525)

0.4.3
v0.4.3
======

:Date: Feb 12, 2019
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def is_development_build():

project = u'Read the Docs Sphinx Theme'
slug = re.sub(r'\W+', '-', project.lower())
version = '0.4.3alpha1'
release = '0.4.3alpha1'
version = '0.5.0rc1'
release = '0.5.0rc1'
author = u'Dave Snider, Read the Docs, Inc. & contributors'
copyright = author
language = 'en'
Expand Down
Loading

0 comments on commit 7de6da6

Please sign in to comment.