diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 57% rename from .readthedocs.yml rename to .readthedocs.yaml index 67c8a23..04d73ce 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -1,5 +1,11 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + nodejs: "20" + python: install: - requirements: docs/requirements.txt @@ -7,4 +13,4 @@ python: sphinx: builder: html configuration: docs/conf.py - fail_on_warning: true \ No newline at end of file + fail_on_warning: true