From 66e041756fab6cfca634a95408e088923982c900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Wed, 15 Apr 2026 15:02:15 +0300 Subject: [PATCH] Fix missing comma in requirements_docs.txt --- requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_docs.txt b/requirements_docs.txt index a4c1bde..d91b369 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -sphinx>=2.0.0<9 +sphinx>=2.0.0,<9 sphinx-bluebrain-theme