add tools to readthedocs.yaml (#258)

* add tools to readthedocs.yaml

* add all tools to readthedocs.yaml
This commit is contained in:
Steve 2023-05-08 13:46:16 -07:00 committed by GitHub
parent cdeb92df80
commit f0800a67da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
nodejs: "18"
rust: "1.64"
golang: "1.19"