From 9d963dc3f13a739c8f8024f4bee666731c491119 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 17 Nov 2023 12:11:09 -0500 Subject: [PATCH] doc: fix docs path to requirements.txt Signed-off-by: Quentin Young --- doc/developer/.readthedocs.yaml | 2 +- doc/user/.readthedocs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml index 603a7a3e06..891c5a0415 100644 --- a/doc/developer/.readthedocs.yaml +++ b/doc/developer/.readthedocs.yaml @@ -9,7 +9,7 @@ build: python: install: - - requirements: requirements.txt + - requirements: doc/developer/requirements.txt # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/doc/user/.readthedocs.yaml b/doc/user/.readthedocs.yaml index affe75e14c..ba5698c1d5 100644 --- a/doc/user/.readthedocs.yaml +++ b/doc/user/.readthedocs.yaml @@ -9,7 +9,7 @@ build: python: install: - - requirements: requirements.txt + - requirements: doc/user/requirements.txt # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/user/conf.py -- 2.39.5