Try installing sphinx simply with apt

This commit is contained in:
Mark Schmitt 2021-01-07 07:57:12 +01:00
parent 08299fb808
commit 248e4e5eb9

View File

@ -45,9 +45,7 @@ jobs:
- name: dependencies - name: dependencies
run: | run: |
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng sudo apt-get install -qq python3-sphinx
pip install --upgrade pipenv
pipenv install --system --dev
- name: make - name: make
run: | run: |
cd docs/ cd docs/