From f7d7ed3a470a3ff10e1bf5e4d3794029cf8034ee Mon Sep 17 00:00:00 2001 From: Bagatur Date: Fri, 13 Oct 2023 18:07:14 -0700 Subject: [PATCH] fix --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 59b3d809dea..ea758ea458d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ build: tools: python: "3.11" commands: - - python -m pip install docs/api_reference/requirements.txt + - python -m pip install -r docs/api_reference/requirements.txt - python docs/api_reference/create_api_rst.py - sphinx-build -M html . $READTHEDOCS_OUTPUT/html -j auto