aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorMandar Sawant <ms5838@att.com>2020-03-02 20:16:49 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-02 20:16:49 +0000
commitb4dc85f82a74ac45ec1661d207740409b3d97238 (patch)
treedec9728ad28b20c7dc36ae346fb21186cd3ab94b /.readthedocs.yaml
parent8c6eaead6e8ffd9b575aea8d9288d85c81bd441b (diff)
parent8e3363fc1f64d246e24a59e10b920f05da40c79c (diff)
Merge "Migrate dmaap-buscontroller docs"
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..3797dc8
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,20 @@
+---
+# .readthedocs.yml
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+# Required
+version: 2
+
+formats:
+ - htmlzip
+
+build:
+ image: latest
+
+python:
+ version: 3.7
+ install:
+ - requirements: docs/requirements-docs.txt
+
+sphinx:
+ configuration: docs/conf.py