Fix docs generation
Also add docs environment to tox.ini to simplify local docs generation Change-Id: Ie0444264e4e02d206ded2c7568d58a26cfec3ae2
This commit is contained in:
parent
1761de8f02
commit
37b90eda3e
@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored.
|
|||||||
|
|
||||||
Bugs should be filed on Launchpad, not GitHub:
|
Bugs should be filed on Launchpad, not GitHub:
|
||||||
|
|
||||||
https://bugs.launchpad.net/oslo.concurrency
|
https://bugs.launchpad.net/oslo
|
||||||
|
@ -1 +1,5 @@
|
|||||||
.. include:: ../../CONTRIBUTING.rst
|
==============
|
||||||
|
Contributing
|
||||||
|
==============
|
||||||
|
|
||||||
|
.. include:: ../../CONTRIBUTING.rst
|
||||||
|
@ -1 +1 @@
|
|||||||
.. include:: ../README.rst
|
.. include:: ../../README.rst
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
hacking>=0.9.1,<0.10
|
hacking>=0.9.1,<0.10
|
||||||
oslosphinx
|
|
||||||
oslotest
|
oslotest
|
||||||
|
|
||||||
|
# These are needed for docs generation
|
||||||
|
oslosphinx
|
||||||
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
||||||
|
3
tox.ini
3
tox.ini
@ -29,6 +29,9 @@ commands = flake8
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user