diff --git a/.readthedocs.yml b/.readthedocs.yml index b7119248bb940aab1ff263f303e9bec98bfcbd03..65f39b7ff82e12eb11c0f855e5ed9ef94fd5f5a7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,8 +16,11 @@ sphinx: # Only build default HTML to save some build time formats: [] -# Optionally set the version of Python and requirements required to build your docs +build: + os: ubuntu-20.04 + tools: + python: "3.10" + python: - version: 3.7 install: - requirements: doc/doc_requirements.txt