From 411d0109235c09d461ad388db96c69521c716277 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Thu, 15 May 2025 23:47:16 +0200 Subject: [PATCH] Edit pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32636e0..6cc79d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ keywords = ['machine learning, supervised learning, classification, ensemble met [project.optional-dependencies] test = ['pytest', 'coverage==4.5.3', 'pytest-cov'] -doc = ['sphinx==5.0', 'numpydoc', 'sphinx_gallery', 'matplotlib', "sphinx_rtd_theme"] +doc = ['sphinx==5.0', 'numpydoc', 'sphinx_gallery', 'matplotlib', 'sphinx_rtd_theme"'] [project.urls] Homepage = 'https://github.com/multi-learn/scikit-multimodallearn' -- GitLab