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