diff --git a/pyproject.toml b/pyproject.toml index 32636e03ae04d68eab6d9f785e0a6e8cfb705f46..6cc79d965446753f10ab0847338bfee395e5ab48 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'