Browse Source

[FIX] fix readthedocs req with pip

tags/v0.3.2
bxdd 2 years ago
parent
commit
79b53e7fa4
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