Red-DiscordBot/.readthedocs.yml
Michael H dd899c804a
Remove the mongo driver (#3099)
* kills mongo

* changelog

* more refeences to mongo needed to go
2019-11-08 14:48:04 -05:00

17 lines
203 B
YAML

version: 2
formats:
- pdf
build:
image: latest
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs