doc: update readthedoc settings

This is needed to enforce the python version.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 3a8daafbe8)
pull/7268/head
Guillaume Abrioux 2022-07-29 16:50:03 +02:00
parent 6c79e02820
commit f81a7f462c
3 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,6 @@
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.9"

View File

@ -152,5 +152,4 @@ texinfo_documents = [
'Miscellaneous'), 'Miscellaneous'),
] ]
master_doc = 'index'

View File

@ -21,7 +21,7 @@
- ansible_facts['service_mgr'] == 'systemd' - ansible_facts['service_mgr'] == 'systemd'
- name: add ceph-rbd-mirror systemd service overrides - name: add ceph-rbd-mirror systemd service overrides
openstack.config_template.config_template: config_template:
src: "ceph-rbd-mirror.service.d-overrides.j2" src: "ceph-rbd-mirror.service.d-overrides.j2"
dest: "/etc/systemd/system/ceph-rbd-mirror@.service.d/ceph-rbd-mirror-systemd-overrides.conf" dest: "/etc/systemd/system/ceph-rbd-mirror@.service.d/ceph-rbd-mirror-systemd-overrides.conf"
config_overrides: "{{ ceph_rbd_mirror_systemd_overrides | default({}) }}" config_overrides: "{{ ceph_rbd_mirror_systemd_overrides | default({}) }}"