new format (#1896)

This commit is contained in:
Michel Oosterhof 2023-08-22 23:27:12 +08:00 committed by GitHub
parent 95a847e8a6
commit 8df89ea6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -15,9 +15,13 @@ formats:
sphinx:
configuration: docs/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.11"
# Optionally Python version and requirements required to build your docs
python:
version: 3.10
install:
- requirements: docs/requirements.txt
- method: pip