From 32dde9837bdd2292e265ac861e71c39e99833a15 Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Sun, 17 Jul 2022 15:23:28 +0200 Subject: [PATCH] Updates the documentation configuration --- .readthedocs.yaml | 2 +- docs/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index acd3791..ef28d93 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,4 +5,4 @@ sphinx: python: install: - - requirements: requirements.txt + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 9e4694f..24e2008 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,3 @@ myst_parser +execo +requests -- GitLab