summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2020-02-11 08:14:42 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-11 08:14:42 +0000
commit88f8607f42193606135191083b38b164991befa0 (patch)
treeb7ffb212b95ac16ab2187c498996f38b1a2444cd /.readthedocs.yaml
parent00ff3eb8ebd4ea4311832dbad9748f4ae2bd02b2 (diff)
parent55cef64c6749dc4e5ede22d98d676956981846c8 (diff)
Merge "Migrate usecase-ui 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