mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +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
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng
|
||||
pip install --upgrade pipenv
|
||||
pipenv install --system --dev
|
||||
sudo apt-get install -qq python3-sphinx
|
||||
- name: make
|
||||
run: |
|
||||
cd docs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue