Adding reference 31/69631/2 master
authorSofia Wallin <sofia.wallin@est.tech>
Tue, 4 Feb 2020 10:19:35 +0000 (11:19 +0100)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 4 Feb 2020 13:57:31 +0000 (08:57 -0500)
Adding reference for the release note to
enable linking

Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
Change-Id: Ib0c692db4276d514171ebe08a59208a4e18e0fb5

docs/release/release-notes/index.rst
tox.ini

index bf71c6c..6122cf0 100644 (file)
@@ -1,11 +1,13 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 
-****************************
+.. _storperf-releasenotes:
+
+**********************
 StorPerf Release Notes
 StorPerf Release Notes
-****************************
+**********************
 
 .. toctree::
    :maxdepth: 2
 
 
 .. toctree::
    :maxdepth: 2
 
-   release-notes
+   release-notes.rst
diff --git a/tox.ini b/tox.ini
index 69aa189..840ce6a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,7 @@ envlist =
 skipsdist = true
 
 [testenv:docs]
 skipsdist = true
 
 [testenv:docs]
+basepython = python3
 deps = -rdocs/requirements.txt
 commands =
     sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 deps = -rdocs/requirements.txt
 commands =
     sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
@@ -13,5 +14,6 @@ commands =
 whitelist_externals = echo
 
 [testenv:docs-linkcheck]
 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
 deps = -rdocs/requirements.txt
 commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck