From: Trevor Bramwell Date: Fri, 20 Apr 2018 18:23:26 +0000 (-0700) Subject: Release lfdocs-conf v0.2.0 X-Git-Tag: v0.2.1~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F10180%2F1;p=releng%2Fdocs-conf.git Release lfdocs-conf v0.2.0 Change-Id: I10a435c092a5a8db9fd046a7a0c1bc7336e3a7ed Signed-off-by: Trevor Bramwell --- diff --git a/docs_conf/__init__.py b/docs_conf/__init__.py index b42d3d5..446440c 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.2.0-dev' +__version__ = '0.2.0' diff --git a/relnotes/v0.2.0.txt b/relnotes/v0.2.0.txt new file mode 100644 index 0000000..b0f96f1 --- /dev/null +++ b/relnotes/v0.2.0.txt @@ -0,0 +1,24 @@ +lfdocs-conf v0.2.0 Release Notes +================================ + +Thanks to Thanh and Trevor for contributing to this release. + +Notable changes since v0.1.4 +---------------------------- + +346bfb7 Trevor Bramwell Conditionally import OPNFV Theme +If the 'opnfv' html_theme is specified, sphinx_opnfv_theme will be +imported and used as the theme. + + +Full Change Log +--------------- +255554f Trevor Bramwell Use Sphinx defaults when config values are missing +6706ac9 Trevor Bramwell Fix capitalization for Sphinx requirement +467dfa8 Thanh Ha Default release to version if not in use +e3993cb Trevor Bramwell Update URL listed in setup.py +3eda248 Thanh Ha Add missing links to docs-conf and valid defaults +5cc20a8 Thanh Ha Add details on what to include in tox.ini +d4d7ae6 Thanh Ha Add a step to test the docs generation +346bfb7 Trevor Bramwell Conditionally import OPNFV Theme +cb6923f Trevor Bramwell Update OPNFV Defaults