From e25353028bae6c9d4214935318f58165beae4b08 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 17 Oct 2018 11:00:25 +0200 Subject: Move LF doc files into a new dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rtd forces conf.py to be in the root dir. Then it moves all LF files into a dedicated dir and reverts rtd config.py. Change-Id: I181c76c2b06df630aedf5b9fd96415ab9b23d9e1 Signed-off-by: Cédric Ollivier (cherry picked from commit 0d0f0d5e5f18cbb91c0119b16e737815a7756277) --- docs/lfreleng/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/lfreleng/conf.py (limited to 'docs/lfreleng/conf.py') diff --git a/docs/lfreleng/conf.py b/docs/lfreleng/conf.py new file mode 100644 index 000000000..b76d57db0 --- /dev/null +++ b/docs/lfreleng/conf.py @@ -0,0 +1,6 @@ +#!/bin/env python + +# pylint: disable=unused-wildcard-import,wildcard-import,redefined-builtin +# pylint: disable=missing-docstring + +from docs_conf.conf import * # noqa -- cgit 1.2.3-korg