From b34f201155560de12ec9ed3e6ea66c0141af40cc Mon Sep 17 00:00:00 2001 From: thecosmos Date: Wed, 8 May 2019 09:51:51 +0530 Subject: [PATCH] readthedocs configuration --- .readthedocs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..e2c8dba --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,10 @@ +formats: [] + +build: + image: latest + +python: + version: 3.6 + pip_install: true + extra_requirements: + - docs