]> 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>
Mon, 1 Aug 2022 13:34:58 +0000 (15:34 +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

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