Remove lfreleng docs 56/68656/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 19 Oct 2019 18:47:33 +0000 (20:47 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 19 Oct 2019 19:18:11 +0000 (21:18 +0200)
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)

docs/lfreleng/_static/favicon.ico [deleted file]
docs/lfreleng/_static/logo.png [deleted file]
docs/lfreleng/conf.py [deleted file]
docs/lfreleng/conf.yaml [deleted file]
test-requirements.txt
tox.ini

diff --git a/docs/lfreleng/_static/favicon.ico b/docs/lfreleng/_static/favicon.ico
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/docs/lfreleng/_static/logo.png b/docs/lfreleng/_static/logo.png
deleted file mode 100644 (file)
index cc9d17c..0000000
Binary files a/docs/lfreleng/_static/logo.png and /dev/null differ
diff --git a/docs/lfreleng/conf.py b/docs/lfreleng/conf.py
deleted file mode 100644 (file)
index b76d57d..0000000
+++ /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 (file)
index 7379d07..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
----
-project_cfg: opnfv
-project: FUNCTEST
index ca7722d..28c7953 100644 (file)
@@ -13,7 +13,5 @@ yamllint
 ansible-lint
 doc8 # Apache-2.0
 bashate # Apache-2.0
-lfdocs-conf
-sphinx-opnfv-theme
 bandit
 sphinxcontrib-spelling
diff --git a/tox.ini b/tox.ini
index f43bddd..c4d42c3 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -28,9 +28,8 @@ commands =
     docs
   sphinx-build -W -b html api/ api/build
   sphinx-build -W -n -b html docs docs/build/html
-  sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck
-  sphinx-build -W -n -b html -c docs/lfreleng docs docs/_build/html
-  sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling docs docs/_build/spellcheck
+  sphinx-build -W -n -b linkcheck docs docs/build/linkcheck
+  sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling docs docs/build/spellcheck
 
 [testenv:pep8]
 basepython = python3.6