diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f312e6e..569cb1f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,14 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" + python: "3.13" + +sphinx: + configuration: docs/conf.py python: install: - - path: . + - method: pip + path: .