Skip to content

Commit 5cdfe28

Browse files
committed
improving documentation
1 parent c367644 commit 5cdfe28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
sudo apt-get update
22-
sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common
23-
pip install sphinx_rtd_theme recommonmark pytest pytest-cov
22+
sudo apt-get install -y python3-sphinx
23+
pip install -r docs/requirements.txt
24+
pip install pytest pytest-cov
2425
pip install --upgrade setuptools
2526
2627
- name: Install utilities for testing

0 commit comments

Comments
 (0)