diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-19 20:47:33 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-19 21:14:31 +0200 |
commit | a1a55a9e4c30a83854bbabc0658898d62fdd840f (patch) | |
tree | 06f9528fc7aa293dfcf935eb54827599c85c9ce9 /docs | |
parent | 5ec4de45b3023fd5ffb928f402ae6d2845d6b5f8 (diff) |
Remove lfreleng docs
Its output may has never been used and it's obsolete:
ERROR: lfdocs-conf 0.3.1 has requirement more-itertools~=5.0.0, but you'll have more-itertools 7.2.0 which is incompatible.
ERROR: lfdocs-conf 0.3.1 has requirement Sphinx~=1.8.5, but you'll have sphinx 2.2.0 which is incompatible.
Change-Id: Id5d24b94f6cdbbb93be8dbb18cde1a7fc9db6a42
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7ac977b6eaf9e3d3c79b47aa3fc36d291cb423b7)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/lfreleng/_static/favicon.ico | 0 | ||||
-rw-r--r-- | docs/lfreleng/_static/logo.png | bin | 58389 -> 0 bytes | |||
-rw-r--r-- | docs/lfreleng/conf.py | 6 | ||||
-rw-r--r-- | docs/lfreleng/conf.yaml | 3 |
4 files changed, 0 insertions, 9 deletions
diff --git a/docs/lfreleng/_static/favicon.ico b/docs/lfreleng/_static/favicon.ico deleted file mode 100644 index e69de29bb..000000000 --- a/docs/lfreleng/_static/favicon.ico +++ /dev/null diff --git a/docs/lfreleng/_static/logo.png b/docs/lfreleng/_static/logo.png Binary files differdeleted file mode 100644 index cc9d17cfa..000000000 --- a/docs/lfreleng/_static/logo.png +++ /dev/null diff --git a/docs/lfreleng/conf.py b/docs/lfreleng/conf.py deleted file mode 100644 index b76d57db0..000000000 --- a/docs/lfreleng/conf.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/env python - -# pylint: disable=unused-wildcard-import,wildcard-import,redefined-builtin -# pylint: disable=missing-docstring - -from docs_conf.conf import * # noqa diff --git a/docs/lfreleng/conf.yaml b/docs/lfreleng/conf.yaml deleted file mode 100644 index 7379d0765..000000000 --- a/docs/lfreleng/conf.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -project_cfg: opnfv -project: FUNCTEST |