mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-03 12:09:46 +01:00
Use pip to install sphinx
Not sure why pipenv install doesn't do the trick .. let's try this way first
This commit is contained in:
parent
248e4e5eb9
commit
460d202eb0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
|
|
@ -44,8 +44,7 @@ jobs:
|
|||
command: "pip install -U pip"
|
||||
- name: dependencies
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq python3-sphinx
|
||||
pip install 'sphinx~=3.3' sphinx_rtd_theme
|
||||
- name: make
|
||||
run: |
|
||||
cd docs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue