diff --git a/.readthedocs.yml b/.readthedocs.yml index 8076f03..06789d2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py + python: install: - requirements: requirements.txt