From 30613093b8468d3f8db7906a1cadf92ea65c55e8 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 29 Mar 2022 09:53:20 +0300 Subject: [PATCH] Fix readthedocs build at last --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a73cf25f..2b2c6c10 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: ubuntu-20.04 + tools: + python: '3.9' + python: - version: 3.9 install: - requirements: '{{cookiecutter.project_name}}/docs/requirements.txt'