]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
doc: update readthedoc settings
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 29 Jul 2022 14:50:03 +0000 (16:50 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 4 Aug 2022 04:52:06 +0000 (06:52 +0200)
This is needed to enforce the python version.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 3a8daafbe8c9023c6dcd8034adfcc98893e5c303)

.readthedocs.yaml [new file with mode: 0644]
docs/source/conf.py
roles/ceph-rbd-mirror/tasks/main.yml

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..26877ab
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+
+build:
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.9"
\ No newline at end of file
index 077c3552bd39954862ed224c058b6b78eaf340a9..17c4f20b23f94a71dea059334e331cb29426a6fa 100644 (file)
@@ -152,5 +152,4 @@ texinfo_documents = [
      'Miscellaneous'),
 ]
 
-
-
+master_doc = 'index'
\ No newline at end of file
index 9c6011c100948195934dd826e3651ae9b467ce16..2e8ebcf52d6c4b0717b9c2329f7cff5aa4fbef04 100644 (file)
@@ -21,7 +21,7 @@
         - ansible_facts['service_mgr'] == 'systemd'
 
     - name: add ceph-rbd-mirror systemd service overrides
-      openstack.config_template.config_template:
+      config_template:
         src: "ceph-rbd-mirror.service.d-overrides.j2"
         dest: "/etc/systemd/system/ceph-rbd-mirror@.service.d/ceph-rbd-mirror-systemd-overrides.conf"
         config_overrides: "{{ ceph_rbd_mirror_systemd_overrides | default({}) }}"