add docs build path for ci to check pdf and epub

This commit is contained in:
pacrob
2024-01-31 15:00:58 -07:00
committed by Paul Robinson
parent 2eff6f8be8
commit bdd1a342d9
3 changed files with 20 additions and 4 deletions

View File

@ -84,10 +84,20 @@ windows-wheel-steps:
paths:
- .tox
key: cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
docs: &docs
docker:
- image: common
steps:
- run:
name: install latexpdf dependencies
command: |
sudo apt-get update
sudo apt-get install latexmk tex-gyre texlive-fonts-extra
jobs:
docs:
<<: *common
<<: *docs
docker:
- image: cimg/python:3.8
environment: