Fix building documentation (#1300)

This commit is contained in:
JonnyWong16 2023-11-14 16:15:39 -08:00 committed by GitHub
parent 0708821566
commit 46c20a598f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,9 @@
version: 2
build:
image: latest
os: ubuntu-22.04
tools:
python: "3.8"
sphinx:
configuration: docs/conf.py
@ -11,7 +13,6 @@ sphinx:
formats: all
python:
version: 3.8
install:
- requirements: requirements_dev.txt
- method: pip