aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Horstmann <david.horstmann@arm.com>2023-06-13 10:27:42 +0100
committerDavid Horstmann <david.horstmann@arm.com>2023-06-13 10:27:42 +0100
commit84fccd4da29e591b9fe5591a6ae086d1728357f1 (patch)
tree207a75920e9e230fe4b6c1d6bd1b956eb5808acc /.readthedocs.yaml
parent14f65a47c886aa5d8e64068949356f99cf04a644 (diff)
downloadmbedtls-84fccd4da29e591b9fe5591a6ae086d1728357f1.zip
mbedtls-84fccd4da29e591b9fe5591a6ae086d1728357f1.tar.gz
mbedtls-84fccd4da29e591b9fe5591a6ae086d1728357f1.tar.bz2
Build the docs in realfull config
Ensure that all possible config options are documented by building the docs in the realfull config on Read The Docs. Signed-off-by: David Horstmann <david.horstmann@arm.com>
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 2b38c07..72f126f 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -12,7 +12,7 @@ build:
python: "3.9"
jobs:
pre_build:
- - make apidoc
+ - ./scripts/apidoc_full.sh
- breathe-apidoc -o docs/api apidoc/xml
post_build:
- |