Skip to content

Commit e2fd159

Browse files
authored
Merge pull request #44 from aajayi-21/sphinx_debug
sphinx debugging
2 parents f03ac68 + d5b07c7 commit e2fd159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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
21+
sudo apt-get install python3-sphinx
2222
2323
- name: Install the package
2424
run: python -m pip install .

0 commit comments

Comments
 (0)