Skip to content

Commit

Permalink
make the docs build actually run
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Sep 11, 2024
1 parent e96b885 commit c13fa48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
python-version: '3.12'
libraries:
apt:
- graphviz
- libboost-all-dev
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ commands_pre =
commands =
pytest --pyargs ebtelplusplus --cov ebtelplusplus --cov-report xml:coverage.xml --cov-report term-missing {posargs}

[testenv:build_docs]
[testenv:build_docs{,-gallery}]
changedir = docs
description = invoke sphinx-build to build the HTML docs
extras = docs
Expand Down

0 comments on commit c13fa48

Please sign in to comment.