Merge pull request #80 from cbalint13/main

Enable additional PDF output for readthedocs.io
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 55c224e..3d4914b 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -14,10 +14,19 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-name: gf180mu-pdk-docs
-channels:
-- defaults
-dependencies:
-- python>=3.8
-- pip:
-  - -r docs/requirements.txt
+version: 2
+
+sphinx:
+  configuration: docs/conf.py
+
+python:
+  install:
+  - requirements: docs/requirements.txt
+
+submodules:
+  include:
+  - third_party/open-source-pdks
+  recursive: false
+
+formats:
+  - pdf