summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorkhushbuparakh <Khushbuparakh@hotmail.com>2016-06-24 23:21:57 +0530
committerkhushbu parakh <khushbuparakh@hotmail.com>2016-07-22 03:20:51 +0000
commit8837801ba64ffe17989202832b985d38897a9549 (patch)
treeb39532c35197a9dc9231ec1dba2ac8d1b7f1a384 /tox.ini
parentf096d184d677bba01e50fc3323cb9b864bf18ee1 (diff)
downloadceilometer-8837801ba64ffe17989202832b985d38897a9549.tar.gz
This adds migrated API reference files
This brings in RST plus YAML files, migrated from the source for [0]. The migration explanation is found on the openstack-dev mailing list [1]. Project instruction is in the OpenStack Documentation Contributor Guide [2]. [0]https://github.com/openstack/api-site/tree/master/api-ref/source/telemetry/v2 [1]http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html [2]http://docs.openstack.org/contributor-guide/api-guides.html Change-Id: I21d559f3abea502a0ed237d693ab24a5110d42c5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ad51aa62..680179f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -123,3 +123,9 @@ show-source = True
import_exceptions =
ceilometer.i18n
local-check-factory = ceilometer.hacking.checks.factory
+
+[testenv:api-ref]
+commands =
+ rm -rf api-ref/build
+ sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
+