From 0337d2517c174d8dde60c978dadfaf260813ff8b Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Mon, 30 Nov 2020 14:30:23 +0000 Subject: [PATCH] use limited set of python packages for docs --- .readthedocs.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2f6f232e..6f00923b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,10 +18,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 - install: - - method: pip - path: . - extra_requirements: - - testing - system_packages: true \ No newline at end of file + version: 3.7 + install: + - requirements: docs/requirements.txt \ No newline at end of file