mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
12 lines
178 B
YAML
12 lines
178 B
YAML
version: 2
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
formats:
|
|
- htmlzip
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- method: pip
|
|
path: .
|