From 1ed85af2c58a3658a96585edade5d2dce85c866f Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 17 Feb 2023 11:05:06 +0100
Subject: [PATCH] [rtd] Add configuration

---
 .readthedocs.yaml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 .readthedocs.yaml

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..5200c3a
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,17 @@
+# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
+#
+# SPDX-License-Identifier: BSD-3-Clause
+
+version: 2
+
+build:
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.10"
+
+python:
+  install:
+    - method: pip
+      path: .
+      extra_requirements:
+        - doc
-- 
GitLab