[readthedoc] Add build.os for .readthedocs.yaml
This commit is contained in:
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user