]> git.proxmox.com Git - ceph.git/blobdiff - ceph/.readthedocs.yml
import ceph quincy 17.2.6
[ceph.git] / ceph / .readthedocs.yml
index 361c664fa22cd3864522af8e91c11e9722fd0cb0..f51969084f0cf644839abb173012290f38854ec6 100644 (file)
@@ -1,10 +1,6 @@
 ---
 # Read the Docs configuration file
 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-#
-# The pre_build command checks if we're building a named branch (i.e., not a PR).
-# If so, check out doc/releases from the main branch before building so
-# it's always up to date on docs.ceph.com/en/*.
 
 version: 2
 formats: []
@@ -14,9 +10,7 @@ build:
     python: "3.8"
   apt_packages:
     - ditaa
-  jobs:
-    pre_build:
-      - bash admin/rtd-checkout-main
+    - graphviz
 python:
   install:
     - requirements: admin/doc-requirements.txt