Try to insall sphinx from pipfile

This commit is contained in:
Mark Schmitt 2021-01-07 08:50:04 +01:00
parent 1238d8b994
commit 40da245d8d

View File

@ -53,7 +53,8 @@ jobs:
command: "pip install -U pip"
- name: dependencies
run: |
pip install 'sphinx~=3.3' sphinx_rtd_theme
pip install --upgrade pipenv
pipenv install --system --dev --ignore-pipfile
- name: make
run: |
cd docs/