diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 19e967e5..45709855 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,11 +11,10 @@ sphinx: # Set the version of Python and other tools you might need build: os: ubuntu-22.04 + tools: + python: "3.10" # Optionally set the version of Python and requirements required to build your docs python: install: - - method: pip - path: . - extra_requirements: - - m2r2 + - requirements: docs/requirements.txt