]> 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>
Fri, 29 Jul 2022 15:02:08 +0000 (17:02 +0200)
This is needed to enforce the python version.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
.readthedocs.yaml [new file with mode: 0644]
docs/source/conf.py

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 e0944a57bb6b6717d6bbe1cf21b13511b29b8848..b5d9c692c9093b87b1b3f002ae2fffe00ffe19ee 100644 (file)
@@ -152,5 +152,4 @@ texinfo_documents = [
      'Miscellaneous'),
 ]
 
-
-
+master_doc = 'index'
\ No newline at end of file