diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9d42c9d3..3511f15e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,6 +6,8 @@ python: path: . extra_requirements: - docs + - hf-entity-matcher + - spacy build: os: ubuntu-22.04 diff --git a/pyproject.toml b/pyproject.toml index 92b8d89b..a0b2558c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -209,7 +209,7 @@ cov = [ [tool.hatch.envs.docs] features = [ "docs", - "hf-utils", + "hf-entity-matcher", "spacy", ] python = "3.12"