From 16c47a00a8c7803debfba8ea8af792b9bd94eaf6 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Mon, 18 Jul 2016 12:42:48 -0500 Subject: [PATCH] Adds release notes items for next release Next release will be 1.4.0, add missing release note entries. Change-Id: I527e3bce3efe162779dd2943b7740d656d4466d3 --- .../custom-bug-link-ec64bdf9ce357d16.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 releasenotes/notes/custom-bug-link-ec64bdf9ce357d16.yaml diff --git a/releasenotes/notes/custom-bug-link-ec64bdf9ce357d16.yaml b/releasenotes/notes/custom-bug-link-ec64bdf9ce357d16.yaml new file mode 100644 index 00000000..6a9f1574 --- /dev/null +++ b/releasenotes/notes/custom-bug-link-ec64bdf9ce357d16.yaml @@ -0,0 +1,18 @@ +--- +prelude: > + In preparation for releasing updated API reference + documentation using this theme, we have a collection + of new features and fixes. +features: + - Ensure Javascript and CSS files are pulled in programmatically to + enable custom Javascript and CSS files. + - CSS adjustments to ``inline`` markup and contents indentation. + - Enable custom bug title link. + - Adds sidebar_mode for table of contents as an option for html_theme_options + in conf.py. +fixes: + - Use HTTPS for external dependencies. + - Replace deprecated library function os.popen() + with subprocess. (1529836) + - Update contribute link in footer. (1421814) + - Hide duplicate titles and empty tocs in generated content.