Skip to content

Commit 87a0df3

Browse files
committed
add sphinx-copybutton and adjust path to docs in pyotracker.yml
1 parent 6dad9e8 commit 87a0df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyotracker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
conda install mpi4py pandas setuptools git
31-
pip install sphinx sphinx_rtd_theme cplex
31+
pip install sphinx sphinx_rtd_theme sphinx-copybutton cplex
3232
pip install xpress
3333
pip install matplotlib
3434
@@ -51,5 +51,5 @@ jobs:
5151
5252
- name: Test docs
5353
run: |
54-
cd ./doc/src/
54+
cd ./doc/
5555
make doctest

0 commit comments

Comments
 (0)