We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901f431 commit b936236Copy full SHA for b936236
.readthedocs.yaml
@@ -21,7 +21,7 @@ build:
21
- poetry config virtualenvs.create false
22
# Install dependencies with 'docs' dependency group
23
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
24
- - poetry install --with diagrams,docs
+ - poetry install --extras diagrams --with docs
25
26
# Build documentation in the docs/ directory with Sphinx
27
sphinx:
0 commit comments