X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=00d06df30a1099870d74aef5bfffff220018202c;hb=refs%2Fchanges%2F11%2F2511%2F1;hp=72742cff9226210973133edaf2d3090db71b1183;hpb=2c4cf077b8d8b6368eacaa166dbe6146a07b259d;p=portal%2Fric-dashboard.git 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"