Merge pull request #7750 from davidhorstmann-arm/build-docs-realfull

Build the docs in realfull config
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 2b38c07..72f126f 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -12,7 +12,7 @@
     python: "3.9"
   jobs:
     pre_build:
-    - make apidoc
+    - ./scripts/apidoc_full.sh
     - breathe-apidoc -o docs/api apidoc/xml
     post_build:
     - |