diff options
author | 2024-01-05 13:31:13 +0100 | |
---|---|---|
committer | 2024-01-05 13:31:45 +0100 | |
commit | 9e6022c65af4c6c37807d961202928993332cb45 (patch) | |
tree | 27347087a56d370add347a576e2496d4f79e8a8b | |
parent | 8e5db002fc77a540af715c1934c5b318129cb821 (diff) |
fix docs config filesmontreal
Issue-ID: DOC-821
Change-Id: Ie033635af894a7363cce51d16439b74fba180233
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | docs/conf.py | 6 | ||||
-rw-r--r-- | docs/tox.ini | 36 |
3 files changed, 22 insertions, 22 deletions
@@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=multicloud/framework -defaultbranch=master +defaultbranch=montreal diff --git a/docs/conf.py b/docs/conf.py index 667f168..904a87e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ roject = "onap" -release = "master" -version = "master" +release = "montreal" +version = "montreal" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -30,7 +30,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'montreal' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' diff --git a/docs/tox.ini b/docs/tox.ini index 9d0f3ee..91d58b1 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -8,24 +8,24 @@ basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=montreal commands = sphinx-build -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html -[testenv:docs-linkcheck] -basepython = python3.8 -deps = - -r{toxinidir}/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master -commands = - sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck - -[testenv:docs-spellcheck] -basepython = python3.8 -deps = - -r{toxinidir}/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master -commands = - sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck +#[testenv:docs-linkcheck] +#basepython = python3.8 +#deps = +# -r{toxinidir}/requirements-docs.txt +# -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt +# -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=montreal +#commands = +# sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck +# +#[testenv:docs-spellcheck] +#basepython = python3.8 +#deps = +# -r{toxinidir}/requirements-docs.txt +# -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt +# -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=montreal +#commands = +# sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |