Fix: Broken docs generation on readthedocs.org

This commit is contained in:
Erik Kalkoken
2022-06-06 10:48:16 +00:00
committed by Ariel Rin
parent dd42b807f0
commit bf1b4bb549
4 changed files with 25 additions and 7 deletions

View File

@@ -168,6 +168,12 @@ test-3.11-all:
path: coverage.xml
allow_failure: true
test-docs:
<<: *only-default
image: python:3.9-bullseye
script:
- tox -e docs
deploy_production:
stage: deploy
image: python:3.10-bullseye