diff options
-rw-r--r-- | docs/release/release-notes/index.rst | 8 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst index bf71c6c..6122cf0 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -1,11 +1,13 @@ .. 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 -**************************** +********************** .. toctree:: :maxdepth: 2 - release-notes + release-notes.rst @@ -6,6 +6,7 @@ envlist = skipsdist = true [testenv:docs] +basepython = python3 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] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck |