diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..199bffa001fe88e88b1c04ff6a63935998f1cdc7
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,22 @@
+version: 2
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.9"
+
+# Build documentation in the "docs/" directory with Sphinx
+sphinx:
+  configuration: docs/conf.py
+  # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
+  # builder: "dirhtml"
+  # Fail on all warnings to avoid broken references
+  # fail_on_warning: true
+
+# Optionally build your docs in additional formats such as PDF and ePub
+  formats:
+   - pdf
+   - epub
+
+python:
+  install:
+    - requirements: requirements.txt
\ No newline at end of file