mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
Merge pull request #999 from sajith/3632.build-docs-on-ci
Build "prose" docs with Sphinx on CI Fixes: ticket:3632
This commit is contained in:
commit
7064291be9
@ -89,6 +89,9 @@ workflows:
|
||||
- "typechecks":
|
||||
<<: *DOCKERHUB_CONTEXT
|
||||
|
||||
- "docs":
|
||||
<<: *DOCKERHUB_CONTEXT
|
||||
|
||||
images:
|
||||
# Build the Docker images used by the ci jobs. This makes the ci jobs
|
||||
# faster and takes various spurious failures out of the critical path.
|
||||
@ -458,6 +461,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
0
newsfragments/3632.minor
Normal file
Loading…
Reference in New Issue
Block a user