diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a7213fe..2cf1ae6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,13 +1,15 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" + + sphinx: - configuration: docs/conf.py + configuration: docs/conf.py + python: - version: "3.9" - install: - - requirements: docs/requirements_rtd.txt - - method: pip - path: . - - system_packages: true \ No newline at end of file + install: + - requirements: docs/requirements_rtd.txt \ No newline at end of file