Merge pull request #234 from mithro/rtd-submodule

docs: Enable cloning the sky130_fd_io submodule.
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 4b63f51..2546fc3 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -27,3 +27,8 @@
 
 conda:
   environment: environment.yml
+
+submodules:
+  include:
+   - libraries/sky130_fd_io/latest
+  recursive: false