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:
parent
5e34861854
commit
be1922bef7
@ -1,8 +1,7 @@
|
|||||||
====================================
|
==============
|
||||||
oslo.limit Installation Tutorial
|
Installation
|
||||||
====================================
|
==============
|
||||||
|
|
||||||
.. toctree::
|
At the command line::
|
||||||
:maxdepth: 1
|
|
||||||
|
|
||||||
installation
|
$ pip install oslo.limit
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
==============
|
|
||||||
Installation
|
|
||||||
==============
|
|
||||||
|
|
||||||
At the command line::
|
|
||||||
|
|
||||||
$ pip install oslo.limit
|
|
4
tox.ini
4
tox.ini
@ -26,9 +26,11 @@ basepython = python3
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
|
||||||
deps =
|
deps =
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
|
basepython = python3
|
||||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
Loading…
Reference in New Issue
Block a user