mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Add docs requirements file for lightbox
This commit is contained in:
parent
253f1a44c1
commit
c075642d78
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -103,6 +103,7 @@ jobs:
|
||||
CUSTOM_DOMAIN: docs.paperless-ngx.com
|
||||
CONFIG_FILE: mkdocs.yml
|
||||
EXTRA_PACKAGES: build-base
|
||||
REQUIREMENTS: docs/requirements.txt
|
||||
|
||||
tests-backend:
|
||||
name: "Backend Tests (Python ${{ matrix.python-version }})"
|
||||
|
2
docs/requirements.txt
Normal file
2
docs/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
-i https://pypi.python.org/simple
|
||||
mkdocs-glightbox==0.3.4; python_version >= '3.8'
|
Loading…
x
Reference in New Issue
Block a user