From 4da590aff637203be83828cc96012e88b937852f Mon Sep 17 00:00:00 2001 From: linlin Date: Mon, 5 Oct 2020 16:39:03 +0200 Subject: [PATCH] New translations .readthedocs.yml (French) --- lang/fr/.readthedocs.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lang/fr/.readthedocs.yml diff --git a/lang/fr/.readthedocs.yml b/lang/fr/.readthedocs.yml new file mode 100644 index 0000000..32329e3 --- /dev/null +++ b/lang/fr/.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