Skip to content

Commit

Permalink
Install topwrap package before generating docs
Browse files Browse the repository at this point in the history
Internal-tag: [#53270]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
  • Loading branch information
koblonczek committed Apr 26, 2024
1 parent e0c4d5f commit 53a54cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 53a54cc

Please sign in to comment.