commit | 84fccd4da29e591b9fe5591a6ae086d1728357f1 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Tue Jun 13 10:27:42 2023 +0100 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Jun 13 10:27:42 2023 +0100 |
tree | 207a75920e9e230fe4b6c1d6bd1b956eb5808acc | |
parent | 14f65a47c886aa5d8e64068949356f99cf04a644 [diff] |
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>
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: - |