diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 93128d59..0371e162 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,17 +1,15 @@ version: 2 - build: os: ubuntu-22.04 tools: python: "3.12" - sphinx: configuration: docs/conf.py builder: dirhtml fail_on_warning: true - python: install: - - requirements: docs/readthedocs.txt + - requirements: requirements.txt - method: pip - path: . \ No newline at end of file + path: . +