We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9be542 commit e804b43Copy full SHA for e804b43
1 file changed
.github/workflows/pages.yml
@@ -37,10 +37,10 @@ jobs:
37
uses: actions/setup-python@v6
38
with:
39
python-version: '3.14'
40
- - name: Install Doxygen and Graphviz
+ - name: Install Graphviz
41
run: |
42
sudo apt-get update
43
- sudo apt-get install --no-install-recommends -y doxygen graphviz
+ sudo apt-get install --no-install-recommends -y graphviz
44
- name: Install dependencies
45
46
python3 -m pip install -r docs/requirements.txt
0 commit comments