From 6035e1b2afba1fd8848edfdc23e1a9956ccc694e Mon Sep 17 00:00:00 2001 From: Penny How Date: Tue, 3 Oct 2023 15:43:51 -0200 Subject: [PATCH] python environment configured --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 045ad0cd..02f531a4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,6 +17,6 @@ sphinx: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: +python: install: - requirements: docs/requirements.txt