11 lines
No EOL
219 B
YAML
11 lines
No EOL
219 B
YAML
version: 2
|
|
|
|
# Optionally declare the Python requirements required to build your docs
|
|
python:
|
|
install:
|
|
- packages: "myst_parser"
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: docs/source/conf.py
|
|
fail_on_warning: true |