From: Kefu Chai Date: Thu, 9 Apr 2020 07:35:15 +0000 (+0800) Subject: readthedocs: add .readthedocs.yml X-Git-Tag: wip-pdonnell-testing-20200918.022351~1572^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=99b75c14d2c84bad8a6b491e4981eeb481751c40;p=ceph-ci.git readthedocs: add .readthedocs.yml Signed-off-by: Kefu Chai --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000000..61c710b33b1 --- /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