From 0c037a8887ba5a970990ab17ddd496c5deffa5e4 Mon Sep 17 00:00:00 2001 From: linlin Date: Sun, 4 Oct 2020 19:15:52 +0200 Subject: [PATCH] New translations .readthedocs.yml (Chinese Simplified) --- lang/zh/.readthedocs.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lang/zh/.readthedocs.yml diff --git a/lang/zh/.readthedocs.yml b/lang/zh/.readthedocs.yml new file mode 100644 index 0000000..32329e3 --- /dev/null +++ b/lang/zh/.readthedocs.yml @@ -0,0 +1,27 @@ +--- +#.readthedocs.yml +#Read the Docs configuration file +#See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +#Required +version: 2 +#Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py +#Build documentation with MkDocs +#mkdocs: +#configuration: mkdocs.yml +#Optionally build your docs in additional formats such as PDF and ePub +formats: all +#Optionally set the version of Python and requirements required to build your docs +python: + version: 3.6 + install: + - + requirements: docs/requirements.txt + - + requirements: requirements.txt + - + method: pip + path: . + extra_requirements: + - docs