From: Kefu Chai Date: Sun, 25 Jul 2021 04:33:57 +0000 (+0800) Subject: .readthedocs: add .readthedocs.yml X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=31f9ced9c68a888406b9d4175e62ac2901d4c5dd;p=teuthology.git .readthedocs: add .readthedocs.yml to address the missing document of https://docs.ceph.com/projects/teuthology/en/latest/commands/list.html, they assume teuthology cli tools in $PATH when building sphinx document. Signed-off-by: Kefu Chai --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..66f140c890 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,19 @@ +--- +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 +formats: [] +build: + image: latest +python: + version: 3.7 + install: + - method: pip + path: . + extra_requirements: + - orchestra + - requirements: docs/requirements.txt +sphinx: + builder: html + configuration: docs/conf.py