Skip to content

Commit eb02999

Browse files
authored
Fix RTD build (#46)
1 parent 3397e27 commit eb02999

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
@@ -6,7 +6,7 @@ build:
66
jobs:
77
install:
88
- pip install --upgrade pip
9-
- pip install --group 'docs'
9+
- pip install --group 'docs' .
1010
build:
1111
html:
1212
- make docs

0 commit comments

Comments
 (0)