aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-02-18 14:46:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-18 14:46:16 +0000
commitfad2018502f1794f2569becaaa65b6f44bb93a8c (patch)
tree5b397f2f4d00c135529582ce9aa4ec921c919531 /.readthedocs.yaml
parent6cad29cfc9b771dfaf99a7c1b47c04ca9fcf328c (diff)
parent1a5084c88598177d8f260f7c18f4f6aa5d715de1 (diff)
Merge "Migrate sdnc-oam docs"
Former-commit-id: f186adb942879e2658142f0cd262f95c8b99e886
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