Browse Source

Merge pull request #216 from Learnware-LAMDA/rel1

[FIX] fix readthedocs req with pip
tags/v0.3.2
bxdd GitHub 1 year ago
parent
commit
d7b1ec5532
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. +2
    -1
      .readthedocs.yaml
  2. +0
    -1
      docs/requirements.txt

+ 2
- 1
.readthedocs.yaml View File

@@ -19,4 +19,5 @@ formats: all

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .[dev]

+ 0
- 1
docs/requirements.txt View File

@@ -1 +0,0 @@
sphinx_book_theme==0.3.3

Loading…
Cancel
Save