From 567bee1cbf9629bc9bac92e070ba263a47301a8a Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Sat, 25 Jul 2015 15:08:02 +0100 Subject: [PATCH] Add a note about including HTML files again --- docs/about/release-notes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 9418d6e7..40cd495f 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -49,9 +49,11 @@ themes * Add support for [site_description] and [site_author] to the [ReadTheDocs] theme. (#631) * Bugfix: Ensure consistent ordering of auto-populated pages. (#638) -* Bugfix: Scroll the TOC on the MkDocs theme if it is too long for the page. +* Bugfix: Scroll the tables of contents on the MkDocs theme if it is too long + for the page. (#204) * Bugfix: Add all ancestors to the page attribute `ancestors` rather than just - the initial one. + the initial one. (#693) +* Bugfix: Include HTML in the build output again. (#691) [site_description]: /user-guide/configuration.md#site_description [site_author]: /user-guide/configuration.md#site_author