Use pip to install sphinx

Not sure why pipenv install doesn't do the trick .. let's try this way first
This commit is contained in:
Mark Schmitt 2021-01-07 08:37:25 +01:00
parent 248e4e5eb9
commit 460d202eb0

View File

@ -44,8 +44,7 @@ jobs:
command: "pip install -U pip"
- name: dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq python3-sphinx
pip install 'sphinx~=3.3' sphinx_rtd_theme
- name: make
run: |
cd docs/