diff --git a/.readthedocs.yml b/.readthedocs.yml index efb7f864..8ad958a5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,13 +17,15 @@ sphinx: # formats: # - pdf -# Optionally set the version of Python and requirements required to build your docs build: os: ubuntu-20.04 tools: - python: - version: "3.10" - install: - - method: pip - path: . - - requirements: requirements.dev.txt + python: "3.10" + +# Optionally set the version of Python and requirements required to build your docs +python: + version: "3.10" + install: + - method: pip + path: . + - requirements: requirements.dev.txt