summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorLorraine Welch <lb2391@att.com>2020-02-24 14:55:53 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-24 14:55:53 +0000
commit751a5e5776b4615c8d3333f7b7d37d17bbf775ba (patch)
tree4edbabcfb1f7dd14b5ad2fd5bae024d5ae676b09 /.readthedocs.yaml
parent6e50276a42ab82cfe34ced9cf97e545283f37f2a (diff)
parent05722084d6411efb24bdb4df69a2fc56e910b02d (diff)
Merge "Migrate portal 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