From dd463595e8a55e17cc988b4869fdd9fb791569f6 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 31 May 2018 14:13:05 -0700 Subject: [PATCH] Release lfdocs-conf v0.2.2 Change-Id: Ie6d8b97d96050553daa6df0b05d3b9500d438216 Signed-off-by: Trevor Bramwell --- docs_conf/__init__.py | 2 +- relnotes/v0.2.2.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.2.2.txt diff --git a/docs_conf/__init__.py b/docs_conf/__init__.py index 5414d14..c3f1024 100644 --- a/docs_conf/__init__.py +++ b/docs_conf/__init__.py @@ -15,4 +15,4 @@ Configure sphinx-doc through an YAML file. """ __author__ = 'Linux Foundation Releng' __summary__ = 'Linux Foundation DocsConf' -__version__ = '0.3.0-dev' +__version__ = '0.2.2' diff --git a/relnotes/v0.2.2.txt b/relnotes/v0.2.2.txt new file mode 100644 index 0000000..75658ae --- /dev/null +++ b/relnotes/v0.2.2.txt @@ -0,0 +1,16 @@ +lfdocs-conf v0.2.2 Release Notes +================================ + +Thanks to Thanh for contributing to this release. + +Notable changes since v0.2.1 +---------------------------- + +The default intersphinx mapping now includes a link to the common-packer +docs. + +Full Change Log +--------------- +1f043ef Thanh Ha Add common-packer intersphinx mapping +16e03ef Thanh Ha Add flag to fail with warnings in instructions +050e97b Thanh Ha Fail Sphinx build even on warnings -- 2.16.6