.. _airship-releasenotes:
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. (c) Bin Hu and Kaspars Skels (AT&T)
+.. SPDX-License-Identifier: CC-BY-4.0
+.. (c) Open Platform for NFV Project, Inc. and its contributors
.. toctree::
:maxdepth: 3
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. (c) Bin Hu and Kaspars Skels (AT&T)
+.. SPDX-License-Identifier: CC-BY-4.0
+.. (c) Open Platform for NFV Project, Inc. and its contributors
=============================================
OPNFV Airship Installer Project Release Notes
+--------------------+--------------------+--------------------+----------------------+
| 2019-12-19 | 1.0.0 | Bin Hu | Iruya release |
+--------------------+--------------------+--------------------+----------------------+
+| 2020-12-?? | 2.0.0 | James Gu | Jerma release |
++--------------------+--------------------+--------------------+----------------------+
Release Data
------------
+--------------------------------------+--------------------------------------+
| **Project** | Airship Installer |
+--------------------------------------+--------------------------------------+
-| **Repo/tag** | opnfv-9.0.0 |
+| **Repo/tag** | opnfv-10.0.0 |
+--------------------------------------+--------------------------------------+
-| **Release designation** | Iruya 9.0 |
+| **Release designation** | Jerma 10.0 |
+--------------------------------------+--------------------------------------+
-| **Release date** | January 10, 2020 |
+| **Release date** | December ??, 2020 |
+--------------------------------------+--------------------------------------+
-| **Purpose of the delivery** | OPNFV Iruya 9.0 Release |
+| **Purpose of the delivery** | OPNFVJerma 10.0 Release |
+--------------------------------------+--------------------------------------+
Important Notes
--- /dev/null
+[tox]
+minversion = 1.6
+envlist =
+ docs,
+ docs-linkcheck
+skipsdist = true
+
+[testenv:docs]
+basepython = python3
+deps = -rdocs/requirements.txt
+commands =
+ sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ echo "Generated docs available in {toxinidir}/docs/_build/html"
+whitelist_externals = echo
+
+[testenv:docs-linkcheck]
+basepython = python3
+deps = -rdocs/requirements.txt
+commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck