Add readthedocs job for Spyglass

Change-Id: I7973d8e36c2aa9e173522a01076ce73228ba96a9
This commit is contained in:
Alexander Hughes 2019-05-16 08:09:18 -05:00 committed by Alexander Hughes
parent 94f4a6f289
commit 2fe2bf5e26
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- project:
templates:
- docs-on-readthedocs
check:
jobs:
- openstack-tox-pep8

View File

@ -52,5 +52,5 @@ deps =
-r{toxinidir}/doc/requirements.txt
commands =
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