diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 1e69b35f5e3ad9eabb33deeefcc020e9ba055bf3..79577d953d1dfb5b397bd012080c87d2a24c15d5 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -30,6 +30,6 @@ sphinx:
 # Optional but recommended, declare the Python requirements required
 # to build your documentation
 # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
-# python:
-#    install:
-#    - requirements: docs/requirements.txt
\ No newline at end of file
+python:
+  install:
+  - requirements: docs/requirements.txt
\ No newline at end of file
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 0000000000000000000000000000000000000000..52b04f2ece980d39c72f766c83b5b71cb9184a11
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1 @@
+sphinx_rtd_theme
\ No newline at end of file