From aa3a9a15cc4ace5f649c23a6337468bfd17b4212 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 22 May 2019 17:48:33 +0100 Subject: [PATCH] [Docs] Update readthedocs config - Add the missing package install so pkg_resources can find version. --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index bae2c1658..5d4779633 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,3 +18,4 @@ python: install: - requirements: requirements.txt - requirements: docs/requirements.txt + - method: setuptools