From 18fa9154e70158850171d3d8a35b44322377859d Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 18 Jan 2021 14:13:49 -0500 Subject: [PATCH] Update .readthedocs.yml file Closes https://github.com/readthedocs/sphinx_rtd_theme/issues/1037 --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f361a43c0..21d235821 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,11 @@ version: 2 python: - version: 3 + version: 3.8 install: - requirements: docs/requirements.txt + - method: pip + path: . sphinx: configuration: docs/conf.py