aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-05-04 10:59:35 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-05-04 11:58:37 +0200
commit71e2da8034f87ac7427902a3cb8c5d78ed61c2f2 (patch)
tree5f8a04cf59be583ce23037121af91ce00b069e98
parenta7a3fb72339042b2f455d5e5dfe8f7b685c7ec55 (diff)
Remove empty docs directory
Issue-ID: INT-2218 Change-Id: I778c3d23e75c8e376aef6f3808e1b4803f64598e Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--.gitmodules0
-rw-r--r--docs/conf.py26
-rw-r--r--docs/requirements-docs.txt15
-rw-r--r--tox.ini7
4 files changed, 5 insertions, 43 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index e69de29..0000000
--- a/.gitmodules
+++ /dev/null
diff --git a/docs/conf.py b/docs/conf.py
deleted file mode 100644
index 6684e1c..0000000
--- a/docs/conf.py
+++ /dev/null
@@ -1,26 +0,0 @@
-from docs_conf.conf import *
-
-branch = 'latest'
-master_doc = 'index'
-
-linkcheck_ignore = [
- r'http://localhost:.*',
- 'http://CONSUL_SERVER_UI:30270/ui/#/dc1/services',
- r'https://.*h=frankfurt',
- r'http.*frankfurt.*',
- r'http.*simpledemo.onap.org.*',
- r'http://ANY_K8S_IP.*',
- 'http://so-monitoring:30224',
- r'http://SINK_IP_ADDRESS:667.*',
- r'http.*K8S_HOST:30227.*',
- r'http.*K8S_NODE_IP.*'
-]
-
-intersphinx_mapping = {}
-
-html_theme = 'sphinx_rtd_theme'
-html_last_updated_fmt = '%d-%b-%y %H:%M'
-html_theme_options = {'body_max_width': '100%'}
-
-def setup(app):
- app.add_stylesheet("css/ribbon.css")
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt
deleted file mode 100644
index b3188dd..0000000
--- a/docs/requirements-docs.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-tox
-Sphinx
-doc8
-docutils
-setuptools
-six
-sphinx_rtd_theme>=0.4.3
-sphinxcontrib-blockdiag
-sphinxcontrib-needs>=0.2.3
-sphinxcontrib-nwdiag
-sphinxcontrib-seqdiag
-sphinxcontrib-swaggerdoc
-sphinxcontrib-plantuml
-sphinx_bootstrap_theme
-lfdocs-conf
diff --git a/tox.ini b/tox.ini
index 906fb46..dd497ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,9 +5,12 @@ skipsdist = true
requires = pip >= 8
[testenv]
-basepython = python3
-whitelist_externals =
+basepython = python3.8
+allowlist_externals =
git
+ /bin/sh
+ sh
+ /bin/bash
bash
deps =
pyyaml == 3.13