diff --git a/readthedocs.yml b/readthedocs.yml index 7ff6f6a..d553d8e 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,11 +1,15 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.8" + python: "3" python: install: - - requirements: requirements.txt + - method: pip + path: . - requirements: doc/requirements.txt + +sphinx: + configuration: doc/conf.py