Code Review
/
releng
/
docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a1df1d8
)
Add .readthedocs.conf
06/10206/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Tue, 24 Apr 2018 17:02:17 +0000
(13:02 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Tue, 24 Apr 2018 17:03:15 +0000
(13:03 -0400)
According to RTD they support a repo level config file now. Let's
try it with lf-docs and port it to more projects if it works.
https://docs.readthedocs.io/en/latest/yaml-config.html
Change-Id: Idae136065804d7103126b870bcb8a570859e46b0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.readthedocs.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.readthedocs.yml
b/.readthedocs.yml
new file mode 100644
(file)
index 0000000..
3c8193d
--- /dev/null
+++ b/
.readthedocs.yml
@@ -0,0
+1,8
@@
+formats:
+ - htmlzip
+
+requirements_file: requirements.txt
+
+build:
+ image: latest
+