From 3aa2542d77516d5f7ed6e0cb7eb0e8d54898e10f Mon Sep 17 00:00:00 2001 From: troymc Date: Fri, 15 Jul 2016 11:51:28 +0200 Subject: [PATCH] Remove readthedocs.yml because it's not helping --- docs/readthedocs.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/readthedocs.yml diff --git a/docs/readthedocs.yml b/docs/readthedocs.yml deleted file mode 100644 index 2c56e31c..00000000 --- a/docs/readthedocs.yml +++ /dev/null @@ -1,20 +0,0 @@ -# See http://read-the-docs.readthedocs.io/en/latest/yaml-config.html - -# When I used rtd-build to build the docs locally, it complained -# that there was a missing key "name" -name: BigchainDB -type: sphinx - -# Build HTML zip, PDF & ePub -formats: - - htmlzip - - epub - - pdf - -requirements_file: docs/requirements.txt - -python: - version: 3 - setup_py_install: true - -# Use the default of pip_install