From 53a54cce40840663c3ade75ac3d2c10156b2951f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Ob=C5=82onczek?= Date: Tue, 23 Apr 2024 13:38:07 +0200 Subject: [PATCH] Install topwrap package before generating docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Internal-tag: [#53270] Signed-off-by: Krzysztof Obłonczek --- .ci.yml | 1 + .github/workflows/ghpages.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.ci.yml b/.ci.yml index 97088e8f..507e9607 100644 --- a/.ci.yml +++ b/.ci.yml @@ -39,6 +39,7 @@ build_docs: tags: ['ace-x86_64'] before_script: - pip3 install -r docs/requirements.txt + - pip3 install . script: - cd docs - echo -en "\nhtml_js_files = [ '$ANNOTANT' ]" >> source/conf.py diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 43804f1f..04e1adb3 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -26,6 +26,7 @@ jobs: sudo apt-get update sudo apt-get install -y texlive-full python3 -m pip install -r docs/requirements.txt + pip install . - name: Generate documentation run: |