mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Try installing sphinx simply with apt
This commit is contained in:
parent
08299fb808
commit
248e4e5eb9
1 changed files with 1 additions and 3 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue