Skip to content

Commit ef5ba92

Browse files
committed
try a different way of installing sphinx on ubuntu
1 parent e2ee5ce commit ef5ba92

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Install requirements
1919
run: |
2020
conda install -n build -c conda-forge --file requirements/docs.txt --quiet --yes
21+
apt-get install python3-sphinx
2122
2223
- name: Install the package
2324
run: python -m pip install .

requirements/docs.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
make
2-
sphinx
32
sphinx_rtd_theme
43
m2r
54

0 commit comments

Comments
 (0)