From 49d0237a3ea05c556286d9a78533b8aa1701ebe6 Mon Sep 17 00:00:00 2001
From: Rufai Omowunmi Balogun <rbalogun@eurac.edu>
Date: Thu, 26 Oct 2023 10:14:44 +0200
Subject: [PATCH] add docs requirements

---
 .readthedocs.yaml     | 5 +++++
 docs/requirements.txt | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 docs/requirements.txt

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index bdf5472..3c845c9 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -13,3 +13,8 @@ build:
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
   configuration: docs/source/conf.py
+
+python:
+  install:
+    - method: pip
+      requirements: docs/requirements.txt
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 0000000..4170c03
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1 @@
+sphinx-rtd-theme
\ No newline at end of file
-- 
GitLab