Skip to content

Commit fd464b4

Browse files
author
Martin D. Weinberg
committed
Merge branch 'Doxygen' of github.com:EXP-code/EXP-docs into Doxygen
2 parents 235f1fc + c4ae049 commit fd464b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Deploy Docs
33
on:
44
push:
55
branches:
6-
- main # Trigger on pushes to the main branch
6+
- Doxygen # Trigger on pushes to the main branch
77

88
jobs:
99
build:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev python3-numpy python3-venv doxygen graphviz cmake make pandoc
21+
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev python3-numpy python3-venv python3-ipython ipython3 doxygen graphviz cmake make pandoc
2222
python3 -m venv .venv # Create a virtual environment
2323
source .venv/bin/activate # Activate the environment
2424
pip install sphinx sphinx-rtd-theme # Install Sphinx and theme

0 commit comments

Comments
 (0)