Merge branch 'use-correct-releng' into 'master'
authorAl Morton <acmorton@att.com>
Tue, 29 Jun 2021 21:43:56 +0000 (21:43 +0000)
committerAl Morton <acmorton@att.com>
Tue, 29 Jun 2021 21:43:56 +0000 (21:43 +0000)
Use correct releng repository for gitlab templates

See merge request anuket/opnfvdocs!18

.readthedocs.yml [new file with mode: 0644]

diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644 (file)
index 0000000..e24c076
--- /dev/null
@@ -0,0 +1,15 @@
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+---
+version: 2
+
+sphinx:
+  configuration: docs/conf.py
+
+submodules:
+  exclude: all
+
+python:
+  version: 3.7
+  install:
+    - requirements: docs/requirements.txt