Release dashboard image at version 2.1.0
[portal/ric-dashboard.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 96d6ff8..00d06df 100644 (file)
--- 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"
@@ -23,4 +27,8 @@ 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