Skip to content

Commit

Permalink
Build the docs in realfull config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
davidhorstmann-arm committed Jun 13, 2023
1 parent 8eaf2d2 commit 926854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
python: "3.9"
jobs:
pre_build:
- make apidoc
- ./scripts/apidoc_full.sh
- breathe-apidoc -o docs/api apidoc/xml

# Build documentation in the docs/ directory with Sphinx
Expand Down

0 comments on commit 926854c

Please sign in to comment.