From: Lott, Christopher (cl778h) Date: Mon, 11 Nov 2019 18:11:59 +0000 (-0500) Subject: Add license and drop extra WS from tox.ini X-Git-Tag: 1.3.0~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=036e63834ec23b08ceb2f9cece1eaa602d3082bd;p=portal%2Fric-dashboard.git Add license and drop extra WS from tox.ini Change-Id: I6588f5cff2d2723e0523b3d4ed7afcff55823687 Signed-off-by: Lott, Christopher (cl778h) --- diff --git a/tox.ini b/tox.ini index 72742cff..00d06df3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,8 @@ +# This work is licensed under a Creative Commons Attribution 4.0 International License. +# SPDX-License-Identifier: CC-BY-4.0 +# Copyright (C) 2019 AT&T Intellectual Property # documentation only + [tox] minversion = 2.0 envlist = @@ -8,13 +12,13 @@ skipsdist = true [testenv:docs] basepython = python3 -deps = +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"