diff --git a/readthedocs.yml b/readthedocs.yml index bacf043..10d5a26 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,7 +1,14 @@ version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.12" + python: - version: 3.12 install: - requirements: docs/requirements.txt - method: setuptools path: . +sphinx: + configuration: docs/source/conf.py \ No newline at end of file