[readthedoc] Add build.os for .readthedocs.yaml

This commit is contained in:
Qi Zheng 2023-10-17 18:51:46 +08:00 committed by volcano
parent e129c3c791
commit 34c1ff7922

@ -1,5 +1,11 @@
version: 2 version: 2
# Set the version of Python
build:
os: ubuntu-20.04 # <- add this line
tools:
python: "3.10"
sphinx: sphinx:
configuration: docs/readthedocs/docs/source/conf.py configuration: docs/readthedocs/docs/source/conf.py