Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
614788d
)
Fix: Fix requirements install for RTD
62/72662/1
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Wed, 21 Feb 2024 14:40:00 +0000
(06:40 -0800)
committer
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Wed, 21 Feb 2024 14:40:00 +0000
(06:40 -0800)
Issue: RELENG-5171
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Id9ee39d08b7aeeb86df488d2f8866167b278e654
.readthedocs.yml
patch
|
blob
|
history
diff --git
a/.readthedocs.yml
b/.readthedocs.yml
index
a49ea6e
..
caca075
100644
(file)
--- a/
.readthedocs.yml
+++ b/
.readthedocs.yml
@@
-26,5
+26,7
@@
build:
python:
install:
- - requirements: requirements-docs.txt
- - {path: ., method: pip}
+ - extra_requirements:
+ - .[docs]
+ path: .
+ method: pip