add tools to readthedocs.yaml (#258)
* add tools to readthedocs.yaml * add all tools to readthedocs.yaml
This commit is contained in:
parent
cdeb92df80
commit
f0800a67da
|
@ -1,3 +1,8 @@
|
||||||
version: 2
|
version: 2
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
nodejs: "18"
|
||||||
|
rust: "1.64"
|
||||||
|
golang: "1.19"
|
||||||
|
|
Loading…
Reference in New Issue