markdown-it-py/.readthedocs.yml

15 lines
197 B
YAML

version: 2
python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- linkify
- rtd
sphinx:
builder: html
fail_on_warning: true