Delete .readthedocs.yml

It worked fine without configuration, and my attempt to build the xml version failed with an error message:

    Problem in your project's configuration. Invalid "formats": expected one of (htmlzip, pdf, epub), got xml
This commit is contained in:
Simon Willison 2020-10-18 11:37:35 -07:00 committed by GitHub
commit b0b04bb7c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +0,0 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
- htmlzip
- xml