forked from Archives/langchain
b542941234
Haven't checked whether things work with new python version, hoping error will be caught with CI
11 lines
170 B
YAML
11 lines
170 B
YAML
version: 2
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
formats: all
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- method: pip
|
|
path: .
|