fix doc gate

Fix documentation build by correcting a source filename and fixing
the dependency settings.

Change-Id: I1fc098cef7097ffea338129a3fcefda77f396a3a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-08-11 10:44:17 -04:00
parent 5e34861854
commit be1922bef7
3 changed files with 8 additions and 14 deletions

View File

@ -1,8 +1,7 @@
====================================
oslo.limit Installation Tutorial
====================================
==============
Installation
==============
.. toctree::
:maxdepth: 1
At the command line::
installation
$ pip install oslo.limit

View File

@ -1,7 +0,0 @@
==============
Installation
==============
At the command line::
$ pip install oslo.limit

View File

@ -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]