added readtehdocs job to install pipenv and use pipenv to install dependencies

This commit is contained in:
Tristan Lee
2023-08-04 16:18:30 -05:00
parent 4811240091
commit e6ca0fe515

View File

@@ -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: