From 4c63e0fcdc94a602ea55e763b10f699314aa8654 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Tue, 15 Nov 2022 13:04:10 -0700
Subject: [PATCH] Maybe this helps?

---
 .readthedocs.yaml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 744deb4..82ced1f 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -9,10 +9,10 @@ conda:
   environment: doc/environment.yml
 
 # Set the version of Python and other tools you might need
-build:
-  os: ubuntu-20.04
-  tools:
-    python: "3.10"
+# build:
+#   os: ubuntu-20.04
+  # tools:
+    # python: "3.10"
     # You can also specify other tool versions:
     # nodejs: "16"
     # rust: "1.55"
@@ -30,3 +30,10 @@ sphinx:
 #python:
 #   install:
 #   - requirements: doc/requirements.txt
+
+# This part is necessary otherwise the project is not built
+python:
+   version: 3.10
+   install:
+      - method: pip
+        path: .
\ No newline at end of file
-- 
GitLab