mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-10 12:28:36 +03:00
added readtehdocs job to install pipenv and use pipenv to install dependencies
This commit is contained in:
@@ -10,6 +10,13 @@ build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.9"
|
||||
jobs:
|
||||
post_create_environment:
|
||||
# Install pipenv
|
||||
- pip install pipenv
|
||||
post_install:
|
||||
# Install dev dependencies, without using a virtual environment
|
||||
- pipenv install --dev --system
|
||||
|
||||
# Build documentation in the "docs/" directory with Sphinx
|
||||
sphinx:
|
||||
|
||||
Reference in New Issue
Block a user