Skip to content

Commit

Permalink
readthedocs: pre generate kas-container docs
Browse files Browse the repository at this point in the history
The kas-container documentation needs manual pre-processing before the
sphinx build can run. As the readthedocs build works differently, we
need to manually call the pre-processing.

Signed-off-by: Felix Moessbauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
fmoessbauer authored and jan-kiszka committed Sep 30, 2024
1 parent f537669 commit a2b2711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ build:
python: "3.9"
apt_packages:
- python3-newt
- make
jobs:
pre_build:
- cd docs && make kas-container-usage && cd ..

python:
install:
Expand Down

0 comments on commit a2b2711

Please sign in to comment.