diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 44f05d5414..caecd781bd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,15 @@ version: 2 sphinx: - configuration: docs/conf.py + configuration: doc/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.8" + nodejs: "16" + apt_packages: + - gettext python: - version: "3.9" install: - method: pip path: ./src/ - - requirements: docs/requirements.rtd.txt + - requirements: doc/requirements.rtd.txt