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>
This commit is contained in:
David Horstmann 2023-06-13 10:27:42 +01:00
parent 14f65a47c8
commit 84fccd4da2

View file

@ -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:
- |