Add notes to the release docs for #171, #168 and #104

This commit is contained in:
Dougal Matthews
2014-10-22 20:12:11 +01:00
parent ebf3918d04
commit 131928f663

View File

@@ -24,16 +24,16 @@ You can determine your currently installed version using `pip freeze`:
remove stale files from the output directory (#157)
* Support multiple theme directories to allow replacement of
individual templates rather than copying the full theme. (#129)
* Bugfix: Fix issue rendering the table of contents with some
configs. (#146)
* Bugfix: Fix <ul> rendering in readthedocs theme. (#171)
* Bugfix: Improve the readthedocs theme on smaller displays. (#168)
* Bugfix: Relaxed required python package versions to avoid clashes. (#104)
* Bugfix: Fix issue rendering the table of contents with some configs. (#146)
* Bugfix: Fix path for embedded images in sub pages. (#138)
* Bugfix: Fix `use_directory_urls` config behaviour. (#63)
* Bugfix: Add support for `extra_javascript` and `extra_css` in
all themes. (#90)
* Bugfix: Support `extra_javascript` and `extra_css` in all themes (#90)
* Bugfix: Fix path-handling under Windows. (#121)
* Bugfix: Fix the menu generation in the readthedocstheme. (#110)
* Bugfix: Fix the menu generation in the readthedocs theme. (#110)
* Bugfix: Fix the mkdocs command creation under Windows. (#122)
* Bugfix: Correctly handle external files in `extra_javascript` and
`extra_css`. (#92)
* Bugfix: Correctly handle external `extra_javascript` and `extra_css`. (#92)
* Bugfix: Fixed favicon support. (#87)