forked from Archives/langchain
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: .
|