markdown-it-py/.readthedocs.yml

15 lines
197 B
YAML
Raw Permalink Normal View History

2023-03-17 15:15:55 +08:00
version: 2
python:
2024-05-07 15:43:08 +08:00
version: "3.8"
2023-03-17 15:15:55 +08:00
install:
- method: pip
path: .
extra_requirements:
- linkify
- rtd
sphinx:
builder: html
fail_on_warning: true