mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05: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
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…
x
Reference in New Issue
Block a user