diff --git a/.readthedocs.yml b/.readthedocs.yml index f5c674f..587f48c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,35 +1,15 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" + sphinx: configuration: docs/source/conf.py python: - version: "3.9" install: - method: pip path: . - - - - - - - - - - - - - - - - - - - - - - - - - requirements: requirements.txt