Skip to content

Commit 8197120

Browse files
docs: rename dependency group
Signed-off-by: jaapschoutenalliander <[email protected]>
1 parent 441138a commit 8197120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced_documentation/build_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pytest
3737

3838
To build the documentation locally execute the following commands
3939
```
40-
pip install -e .[docs]
40+
pip install -e .[doc]
4141
4242
# build the docs
4343
cd docs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
"pre-commit>=4",
4343

4444
]
45-
docs = [
45+
doc = [
4646
"sphinx",
4747
"myst-nb",
4848
"sphinx_rtd_theme",

0 commit comments

Comments
 (0)