mirror of
https://github.com/allenai/olmocr.git
synced 2025-06-27 04:00:02 +00:00
15 lines
191 B
YAML
15 lines
191 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
fail_on_warning: true
|
|
|
|
python:
|
|
version: "3.8"
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- dev
|
|
|