mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Try to insall sphinx from pipfile
This commit is contained in:
parent
1238d8b994
commit
40da245d8d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue