diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7b557b9..db9e181 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,9 @@ version: 2 -build: - tools: - python: "3.10" - commands: - - pip install myst-parser +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt sphinx: builder: html