Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/docs_test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
uses: sphinx-toolbox/sphinx-action@sphinx-3.3.1-py39

with:
pre-build-command: python -m pip install tox
pre-build-command: |
python -m pip install tox
apt update
apt install libcairo2-dev pkg-config cmake -y
docs-folder: "doc-source/"
build-command: "tox -e docs -- "
5 changes: 5 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ github_ci_requirements:
post:
# Prefery binary wheels for older versions over sdists for newer ones
- pip config set global.prefer-binary true

docs_apt_packages:
- libcairo2-dev
- pkg-config
- cmake
Loading