We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235df0e commit b0e245eCopy full SHA for b0e245e
.github/workflows/docs.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Dependencies
20
run: |
21
echo "Installing python packages for docs..."
22
+ sudo apt-get update
23
+ sudo apt-get install -y doxygen
24
python3 -m pip install --upgrade pip
25
python3 -m pip install sphinx sphinx_rtd_theme breathe sphinxcontrib.bibtex docutils
26
0 commit comments