Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0467292
)
Docs: Remove pip install method from RTD config
90/71990/1
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Mon, 24 Jul 2023 15:26:24 +0000
(08:26 -0700)
committer
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Mon, 24 Jul 2023 15:26:24 +0000
(08:26 -0700)
RTD seems to have a problem with the install method and path with how
they were defined. Remove them as they are the default anyway
Issue: RELENG-4816
Change-Id: I5e8a2a925ee81b5284fc44cf4ec72ef1fa8761d6
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.readthedocs.yml
patch
|
blob
|
history
diff --git
a/.readthedocs.yml
b/.readthedocs.yml
index
9cd1c3a
..
2ced6d2
100644
(file)
--- a/
.readthedocs.yml
+++ b/
.readthedocs.yml
@@
-24,5
+24,3
@@
build:
python:
install:
- requirements: requirements.txt
- - path: .
- method: pip