X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2Ftox.ini;fp=Bouncer%2Ftox.ini;h=0000000000000000000000000000000000000000;hb=fbc7e3ad84fc7269233a2f0b5d416cb1c6f8a6ea;hp=e1a29671673401199a7b75d12b95bfe710263abf;hpb=eb27c05c05b5042d115480c40cffa16e7d473d80;p=ric-app%2Fbouncer.git diff --git a/Bouncer/tox.ini b/Bouncer/tox.ini deleted file mode 100644 index e1a2967..0000000 --- a/Bouncer/tox.ini +++ /dev/null @@ -1,34 +0,0 @@ -# This work is licensed under a Creative Commons Attribution 4.0 International License. -# SPDX-License-Identifier: CC-BY-4.0 -# Copyright (C) 2020 AT&T Intellectual Property -# documentation only - -[tox] -minversion = 2.0 -envlist = - docs, - docs-linkcheck, -skipsdist = true - -[testenv:docs] -basepython = python3 -deps = - sphinx - sphinx-rtd-theme - sphinxcontrib-httpdomain - recommonmark - lfdocs-conf - -commands = - sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html - echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo - -[testenv:docs-linkcheck] -basepython = python3 -deps = sphinx - sphinx-rtd-theme - sphinxcontrib-httpdomain - recommonmark - lfdocs-conf -commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck