diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 05a7ec3..f3201b1 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -1,8 +1,7 @@ -==================================== - oslo.limit Installation Tutorial -==================================== +============== + Installation +============== -.. toctree:: - :maxdepth: 1 +At the command line:: - installation + $ pip install oslo.limit diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst deleted file mode 100644 index f3201b1..0000000 --- a/doc/source/install/installation.rst +++ /dev/null @@ -1,7 +0,0 @@ -============== - Installation -============== - -At the command line:: - - $ pip install oslo.limit diff --git a/tox.ini b/tox.ini index be2e2da..ce638fc 100644 --- a/tox.ini +++ b/tox.ini @@ -26,9 +26,11 @@ basepython = python3 commands = {posargs} [testenv:docs] -basepython = python3 deps = + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt +basepython = python3 commands = sphinx-build -W -b html doc/source doc/build/html [testenv:cover]