summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2020-02-12 21:26:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-12 21:26:46 +0000
commitc82af6144e25fe16555153a122040a55a06fd638 (patch)
treed68f015ca4895eb4c0bcc27c5b305b11e67e9397 /.readthedocs.yaml
parente16725e9bde5504104216e9c93d7fa9ba8a0da5d (diff)
parentb8ee5f221532ff1e518c66e3c1b860f6f7e12ce1 (diff)
Merge "Migrate aai-aai-common 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