Skip to content

Commit 1910311

Browse files
authored
Merge pull request #30 from sbillinge/ci
try a different way of installing sphinx on ubuntu
2 parents 6545548 + ef5ba92 commit 1910311

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)