Build docs on CI

This commit is contained in:
Sajith Sasidharan 2021-03-09 16:57:20 -05:00
parent a4a8a22f8f
commit 61fc96181e
2 changed files with 12 additions and 0 deletions

View File

@ -458,6 +458,18 @@ jobs:
command: |
/tmp/venv/bin/tox -e typechecks
docs:
docker:
- <<: *DOCKERHUB_AUTH
image: "tahoelafsci/ubuntu:18.04-py3"
steps:
- "checkout"
- run:
name: "Build documentation"
command: |
/tmp/venv/bin/tox -e docs
build-image: &BUILD_IMAGE
# This is a template for a job to build a Docker image that has as much of
# the setup as we can manage already done and baked in. This cuts down on

0
newsfragments/3632.minor Normal file
View File