--- a
+++ b/.readthedocs.yml
@@ -0,0 +1,21 @@
+version: 2
+
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.10"
+
+sphinx:
+  builder: html
+  configuration: docs/conf.py
+  fail_on_warning: false
+
+python:
+  install:
+    - method: pip
+      path: .
+      extra_requirements: [docs, neural]
+
+submodules:
+  include: [docs/notebooks]
+  recursive: true