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