Release lfdocs-conf v0.2.0 80/10180/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 20 Apr 2018 18:23:26 +0000 (11:23 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 20 Apr 2018 18:28:18 +0000 (11:28 -0700)
Change-Id: I10a435c092a5a8db9fd046a7a0c1bc7336e3a7ed
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs_conf/__init__.py
relnotes/v0.2.0.txt [new file with mode: 0644]

index b42d3d5..446440c 100644 (file)
@@ -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 (file)
index 0000000..b0f96f1
--- /dev/null
@@ -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