From 8197120f275e054e157932c1dae7be1c029f8a5d Mon Sep 17 00:00:00 2001 From: jaapschoutenalliander Date: Tue, 21 Jan 2025 09:46:40 +0100 Subject: [PATCH] docs: rename dependency group Signed-off-by: jaapschoutenalliander --- docs/advanced_documentation/build_guide.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced_documentation/build_guide.md b/docs/advanced_documentation/build_guide.md index 16970dd..8686a96 100644 --- a/docs/advanced_documentation/build_guide.md +++ b/docs/advanced_documentation/build_guide.md @@ -37,7 +37,7 @@ pytest To build the documentation locally execute the following commands ``` -pip install -e .[docs] +pip install -e .[doc] # build the docs cd docs diff --git a/pyproject.toml b/pyproject.toml index 975f351..8dd0eeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "pre-commit>=4", ] -docs = [ +doc = [ "sphinx", "myst-nb", "sphinx_rtd_theme",