aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorMandar Sawant <ms5838@att.com>2020-03-02 20:15:37 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-02 20:15:37 +0000
commit5972d3a80dcde06518f08ed5a21c5ae99fd6c170 (patch)
tree33b59e043ecca72c1c4b5c8f4a27254240852497 /.readthedocs.yaml
parent90fa2ce92f0f41545a2b92dc3e2a9e29c326141a (diff)
parentb7bf9ca66b77b0d7c766ae65785b1ed1f6d6a6ef (diff)
Merge "Migrate dmaap-datarouter 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 00000000..3797dc8b
--- /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