From 09b5357a949547d9c2625add60b7a3129b175a6d Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Thu, 6 Aug 2020 11:15:14 +0800 Subject: [PATCH] (docs): remove readthedocs build (#1006) This has long been superceded by the internal and published online manual --- .readthedocs.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 92529b7..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -mkdocs: - configuration: mkdocs.yml -formats: all -python: - version: 3.7 - install: - - requirements: doc/requirements.txt