summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-01-30 18:15:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-30 18:15:29 +0000
commit8d51f37a1a93c1b649e8c2c74b55500a9a95529a (patch)
tree4bea7caaeea4ceb424affed331a36d2b1e6c6ae4 /.readthedocs.yaml
parent29792df707936bb1dedb4c4424a02697eb0e1211 (diff)
parent0fb94b163b9d9e2e1a8b2f3e544059bd396726ff (diff)
Merge "Changes to doc config"
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 000000000..f9b33a141
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,17 @@
+# Formats in addition to HTML
+
+formats:
+ - htmlzip
+
+python:
+ version: 3.7
+ install:
+ - requirements: docs/requirements-docs.txt
+
+# Build Container
+build:
+ image: latest
+
+
+sphinx:
+ configuration: docs/conf.py