diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 24b7bde..6f94416 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,9 @@ version: 2 -build: - os: "ubuntu-20.04" - tools: - python: "3.8" \ No newline at end of file +sphinx: + configuration: docs/conf.py + +python: + version: 3.8 + install: + - requirements: docs/requirements_rtd.txt \ No newline at end of file