From b0b04bb7c185bed9bdbb9a3f3f24f264999296b6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 18 Oct 2020 11:37:35 -0700 Subject: [PATCH] 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 --- .readthedocs.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index bfb70bcc..00000000 --- a/.readthedocs.yml +++ /dev/null @@ -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