From d193e6af1b3e9cf8da136bdf882a1c4babf19870 Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Sun, 17 Jul 2022 15:21:52 +0200 Subject: [PATCH] Updates the documentation configuration --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ef28d93..acd3791 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,4 +5,4 @@ sphinx: python: install: - - requirements: docs/requirements.txt + - requirements: requirements.txt -- GitLab