From 683738167a17165c0687b7d2caf28a8d3888ace4 Mon Sep 17 00:00:00 2001 From: Hector Valbuena Date: Fri, 26 Jul 2024 14:38:36 -0500 Subject: [PATCH] defining requirements --- .readthedocs.yaml | 2 +- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 124910a9..252c68aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70" diff --git a/requirements.txt b/requirements.txt index e69de29b..148f34c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,2 @@ +sphinx==7.4.7 +f5-sphinx-theme==2.6.1 \ No newline at end of file