From b646e603d62d3a4b41f2c7fe2a700392502f7ba6 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Thu, 13 Jun 2019 11:09:40 +0200 Subject: [PATCH] update cofig --- mkdocs.yml | 9 +-------- readthedocs.yml | 7 +++++++ 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 readthedocs.yml diff --git a/mkdocs.yml b/mkdocs.yml index ec775fd..37ec61a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,3 @@ site_name: vMap documentation site_url: https://www.veremes.com/produits/vmap -repo_url: https://gitlab.veremes.net/Documentation/doc-vmap-en - -version: 2 -mkdocs: - configuration: mkdocs.yml - -python: - version: 3.6 \ No newline at end of file +repo_url: https://gitlab.veremes.net/Documentation/doc-vmap-en \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..0e9e27d --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,7 @@ + +version: 2 +mkdocs: + configuration: mkdocs.yml + +python: + version: 3.6 \ No newline at end of file -- GitLab