mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-12 13:28:34 +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
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.9"
|
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
|
# Build documentation in the "docs/" directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
|||||||
Reference in New Issue
Block a user