diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/conf.yaml | 1 | ||||
-rw-r--r-- | docs/requirements-docs.txt | 1 | ||||
-rw-r--r-- | docs/tox.ini | 22 |
4 files changed, 5 insertions, 23 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3c4453e7..0339628f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1 +1,5 @@ from docs_conf.conf import * + +#branch configuration + +branch = 'latest' diff --git a/docs/conf.yaml b/docs/conf.yaml index aad3f822..5b6d55fe 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1 +1,2 @@ project_cfg: onap +project: onap
\ No newline at end of file diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt deleted file mode 100644 index 74a3b7a3..00000000 --- a/docs/requirements-docs.txt +++ /dev/null @@ -1 +0,0 @@ -lfdocs-conf diff --git a/docs/tox.ini b/docs/tox.ini deleted file mode 100644 index edac8c35..00000000 --- a/docs/tox.ini +++ /dev/null @@ -1,22 +0,0 @@ -[tox] -minversion = 1.6 -envlist = docs, -skipsdist = true - -[testenv:docs] -basepython = python3 -deps = -r{toxinidir}/requirements-docs.txt -commands = - sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html - echo "Generated docs available in {toxinidir}/_build/html" -whitelist_externals = - echo - git - sh - -[testenv:docs-linkcheck] -basepython = python3 -#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 |