From cad22e174432bcfb28d2c8cbaaab995f38a95461 Mon Sep 17 00:00:00 2001 From: Hemna Date: Wed, 14 Jun 2023 09:31:19 -0400 Subject: [PATCH] Fixed .readthedocs.yaml format --- .readthedocs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f3aa1f5..9caa041 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,3 +1,4 @@ +--- # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details @@ -17,6 +18,6 @@ sphinx: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: dev-requirements.txt