From 99b75c14d2c84bad8a6b491e4981eeb481751c40 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 9 Apr 2020 15:35:15 +0800 Subject: [PATCH] readthedocs: add .readthedocs.yml Signed-off-by: Kefu Chai --- .readthedocs.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yml 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 -- 2.39.5