]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
readthedocs: add .readthedocs.yml
authorKefu Chai <kchai@redhat.com>
Thu, 9 Apr 2020 07:35:15 +0000 (15:35 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 9 Apr 2020 07:35:45 +0000 (15:35 +0800)
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..61c710b
--- /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
+formats: []
+build:
+  image: latest
+python:
+  version: 3
+  install:
+    - requirements: admin/doc-requirements.txt
+sphinx:
+  builder: dirhtml
+  configuration: doc/conf.py