Browse Source

Merge pull request #217 from Learnware-LAMDA/rel1

[FIX] fix readthedocs req to install all
tags/v0.3.2
bxdd GitHub 1 year ago
parent
commit
09c2e4fc82
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .readthedocs.yaml

+ 1
- 1
.readthedocs.yaml View File

@@ -20,4 +20,4 @@ formats: all
python:
install:
- method: pip
path: .[dev]
path: .[full, dev]

Loading…
Cancel
Save