PyZipline/.readthedocs.yml

16 lines
281 B
YAML
Raw Normal View History

2023-12-19 02:16:45 -05:00
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.12"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
2023-12-19 02:16:45 -05:00
sphinx:
configuration: docs/source/conf.py