mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Try to insall sphinx from pipfile
This commit is contained in:
parent
1238d8b994
commit
40da245d8d
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@ -53,7 +53,8 @@ jobs:
|
|||||||
command: "pip install -U pip"
|
command: "pip install -U pip"
|
||||||
- name: dependencies
|
- name: dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install 'sphinx~=3.3' sphinx_rtd_theme
|
pip install --upgrade pipenv
|
||||||
|
pipenv install --system --dev --ignore-pipfile
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
cd docs/
|
cd docs/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user