diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-02-06 14:52:54 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-02-10 11:25:22 -0800 |
commit | 9b863ada3b7c11e104209ba15fe9eb9fe230f979 (patch) | |
tree | 04ba92bce29254e904a1f5bd5bfdb4d49b833c3f | |
parent | ba66edfffc5d58a2a963b66967a9b93beaf881b2 (diff) |
Migrate aaf-authz docs
Merging this will create
https://onap-aaf-authz.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ib88b8e77934aaf666f3bfbf649b8a449af8b9b35
-rw-r--r-- | docs/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 48307560..edac8c35 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -16,7 +16,7 @@ whitelist_externals = [testenv:docs-linkcheck] basepython = python3 -deps = -r{toxinidir}/requirements-docs.txt +#deps = -r{toxinidir}/requirements-docs.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo |