From: Kefu Chai Date: Thu, 9 Apr 2020 07:35:15 +0000 (+0800) Subject: readthedocs: add .readthedocs.yml X-Git-Tag: v15.2.9~122^2~118^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f55dc2792939447152fc150e1888480d783e7b8;p=ceph.git readthedocs: add .readthedocs.yml Signed-off-by: Kefu Chai (cherry picked from commit 99b75c14d2c84bad8a6b491e4981eeb481751c40) --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000000..61c710b33b15 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,15 @@ +--- +# 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 + install: + - requirements: admin/doc-requirements.txt +sphinx: + builder: dirhtml + configuration: doc/conf.py