From 583c9aabf63580cbe7afaad4cd1f40f5cd6ebcf1 Mon Sep 17 00:00:00 2001 From: Nick Veitch Date: Wed, 6 Nov 2024 16:17:07 +0000 Subject: [PATCH] add pre-build step --- docs/canonicalk8s/.readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/canonicalk8s/.readthedocs.yaml b/docs/canonicalk8s/.readthedocs.yaml index c6319b57f..a2d2e1ab6 100644 --- a/docs/canonicalk8s/.readthedocs.yaml +++ b/docs/canonicalk8s/.readthedocs.yaml @@ -22,6 +22,10 @@ build: then exit 183; fi + ls + pre_build: + cd docs/canonicalk8s; make install + # Build documentation in the docs/ directory with Sphinx