From 696f9f9aeb3437e1565ba534b0e371fb1febd1b0 Mon Sep 17 00:00:00 2001
From: Lee Miller <lee.miller@tutanota.com>
Date: Sun, 18 Feb 2024 23:03:03 +0200
Subject: [PATCH] Trying to fix readthedocs build

---
 .readthedocs.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.readthedocs.yml b/.readthedocs.yml
index 2c7b9839..136ef6e9 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,9 +1,12 @@
 version: 2
 
+build:
+  os: ubuntu-20.04
+  tools:
+    python: "2.7"
+
 python:
-  version: 2.7
   install:
     - requirements: docs/requirements.txt
-    - method: setuptools
+    - method: pip
       path: .
-  system_packages: false
-- 
2.45.1