diff --git a/readthedocs.yml b/.readthedocs.yaml similarity index 66% rename from readthedocs.yml rename to .readthedocs.yaml index f0af67cf..065932d6 100644 --- a/readthedocs.yml +++ b/.readthedocs.yaml @@ -1,7 +1,13 @@ version: 2 +build: + os: ubuntu-20.04 + apt_packages: + - fonts-liberation + tools: + python: "3.10" + python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip