diff --git a/docs/source/.readthedocs.yaml b/docs/source/.readthedocs.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..58557268f5f6b2df9f328b7db29541abf3ce7a59
--- /dev/null
+++ b/docs/source/.readthedocs.yaml
@@ -0,0 +1,19 @@
+version: 1
+
+build:
+  os: "ubuntu-20.04"
+  tools:
+    python: "3.10"
+
+sphinx:
+  fail_on_warning: true
+  
+formats:
+  - pdf
+  - epub
+  
+python:
+  # Install our python package before building the docs
+  install:
+    - method: pip
+      path: .