From 6b657886a5341a4cd3866701631b2843449706d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Sun, 18 Oct 2020 22:21:45 +0200 Subject: [PATCH] remove explicit install from .readthedocs.yml to rely on default instead --- .readthedocs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 60b4ae4d..324d7e56 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,5 +16,3 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: version: 3.7 - install: - - requirements: requirements.txt