From 7637b1af29e284a99ffb1d6cbe866beee00b2973 Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Mon, 4 Oct 2021 21:44:49 -0700 Subject: Testing .readthedocs.yml changes (#1048) --- .readthedocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.readthedocs.yml') diff --git a/.readthedocs.yml b/.readthedocs.yml index 1682479..e97b9f8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,3 +2,11 @@ version: 2 build: image: "7.0" + +python: + version: "3" + install: + - method: pip + path: . + extra_requirements: + - docs -- cgit v1.2.1