diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml
index 5cca771f349dcb3b5fa7b3e17f49e637a2ab6940..fea79048506660f6f0385501c5f180f39ca95fac 100644
--- a/docs/.readthedocs.yaml
+++ b/docs/.readthedocs.yaml
@@ -9,7 +9,7 @@ version: 2
 build:
   os: ubuntu-20.04
   tools:
-    python: "3.7"
+    python: "3.8"
 
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
diff --git a/docs/requirements.txt b/docs/requirements.txt
index e2957e2015580fa362a3f57eeaf24deeff2eba31..f8c1e1e4c7fd89a59dbef86aa0d97c646eb39287 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,4 +1,4 @@
 numpydoc>=1.3.1
-aliby>=0.1.25
+aliby>=0.1.43
 myst-parser
 sphinx-autodoc-typehints