]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
.readthedocs: add .readthedocs.yml 1661/head
authorKefu Chai <kchai@redhat.com>
Sun, 25 Jul 2021 04:33:57 +0000 (12:33 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 25 Jul 2021 05:59:15 +0000 (13:59 +0800)
to address the missing document of
https://docs.ceph.com/projects/teuthology/en/latest/commands/list.html,

they assume teuthology cli tools in $PATH when building sphinx document.

Signed-off-by: Kefu Chai <kchai@redhat.com>
.readthedocs.yml [new file with mode: 0644]

diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644 (file)
index 0000000..66f140c
--- /dev/null
@@ -0,0 +1,19 @@
+---
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+
+version: 2
+formats: []
+build:
+  image: latest
+python:
+  version: 3.7
+  install:
+    - method: pip
+      path: .
+      extra_requirements:
+        - orchestra
+    - requirements: docs/requirements.txt
+sphinx:
+  builder: html
+  configuration: docs/conf.py