Skip to content

Commit b936236

Browse files
committed
fix: Trying to fix rtd build
1 parent 901f431 commit b936236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121
- poetry config virtualenvs.create false
2222
# Install dependencies with 'docs' dependency group
2323
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
24-
- poetry install --with diagrams,docs
24+
- poetry install --extras diagrams --with docs
2525

2626
# Build documentation in the docs/ directory with Sphinx
2727
sphinx:

0 commit comments

Comments
 (0)