Add readthedocs job for Spyglass
Change-Id: I7973d8e36c2aa9e173522a01076ce73228ba96a9
This commit is contained in:
parent
94f4a6f289
commit
2fe2bf5e26
@ -10,6 +10,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
- project:
|
- project:
|
||||||
|
templates:
|
||||||
|
- docs-on-readthedocs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
|
2
tox.ini
2
tox.ini
@ -52,5 +52,5 @@ deps =
|
|||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
rm -rf doc/build
|
rm -rf doc/build
|
||||||
sphinx-build -b html doc/source doc/build -n -W -v
|
sphinx-build -b html doc/source doc/build/html -n -W -v
|
||||||
whitelist_externals = rm
|
whitelist_externals = rm
|
||||||
|
Loading…
Reference in New Issue
Block a user