forked from Archives/langchain
11 lines
170 B
YAML
11 lines
170 B
YAML
version: 2
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
formats: all
|
|
python:
|
|
version: 3.6
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- method: pip
|
|
path: .
|