From 762f9221a6d329c04e1abde57b7644a3f83071e2 Mon Sep 17 00:00:00 2001 From: Clara Petrescu-Stompor Date: Thu, 30 May 2024 16:42:30 +0200 Subject: [PATCH] MAINT: add hf-utils to docs features --- pyproject.toml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 720a8f52..65c101fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,6 +164,7 @@ all = [ webrtc-voice-detector]""", ] docs = [ + "hf-utils", "myst-nb", "numpydoc", "pandas", @@ -207,18 +208,8 @@ cov = [ ] [tool.hatch.envs.docs] -dependencies = [ - "myst-nb", - "numpydoc", - "pandas", - "sphinx", - "sphinx-autoapi", - "sphinx-autobuild", - "sphinx-book-theme", - "sphinx-design", - "sphinxcontrib-mermaid", -] features = [ + "docs", "spacy", ] python = "3.12"