diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 24d4f738c..f334b70c2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt