diff options
author | 2018-10-17 11:00:25 +0200 | |
---|---|---|
committer | 2018-10-17 13:40:16 +0200 | |
commit | fa5e58c31681df3c0e6d6663fc51b50177d591f9 (patch) | |
tree | 7152a5962180c970c2099b32a5c77799699f078c /docs/lfreleng/conf.py | |
parent | 49a9ccba71132dda6dd90938928e761d3ef077f2 (diff) |
Move LF doc files into a new dir
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 <cedric.ollivier@orange.com>
(cherry picked from commit 0d0f0d5e5f18cbb91c0119b16e737815a7756277)
Diffstat (limited to 'docs/lfreleng/conf.py')
-rw-r--r-- | docs/lfreleng/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |