Skip to content

Commit 14dcd86

Browse files
committed
build: Fix readthedocs build config
1 parent 13e5ca8 commit 14dcd86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
jobs:
1313
install:
1414
- pip install --upgrade pip
15-
- pip install --group 'docs'
15+
- pip install --group 'docs' .
1616

1717
# Build documentation in the docs/ directory with Sphinx
1818
sphinx:

0 commit comments

Comments
 (0)