Skip to content

Commit

Permalink
doc: update readthedoc settings
Browse files Browse the repository at this point in the history
This is needed to enforce the python version.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 3a8daaf)
  • Loading branch information
guits committed Aug 4, 2022
1 parent e15f474 commit d167b0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.9"
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,4 @@
'Miscellaneous'),
]



master_doc = 'index'
2 changes: 1 addition & 1 deletion roles/ceph-rbd-mirror/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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({}) }}"
Expand Down

0 comments on commit d167b0a

Please sign in to comment.