From b3ef6f57f1bd9b5c81d2fb3a9a9d3bc3864a9c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 3 Jun 2020 08:11:12 -0400 Subject: [PATCH] Update to follow conventions defined in readthedocs docs Namely: https://docs.readthedocs.io/en/stable/config-file/v2.html --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 530eb5a..bbfbc02 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,7 @@ version: 2 +sphinx: + configuration: conf.py python: version: 3 install: - - method: pip - path: . + - requirements: requirements.txt