diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-15 09:14:21 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-15 09:14:21 -0400 |
commit | a0c582cb4f177663fe450428ed8f591d6dbb68ba (patch) | |
tree | b3f1a893f0d9eb13a8110fe58532dc7ff45cf913 | |
parent | f3488d64618cdc1ecd2554250644da6541f44dc4 (diff) |
Update doc config for London
Update documentation config files for London branch
Issue-ID: SDNC-1807
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I087968556695b254712615194342953965895c98
Former-commit-id: e9a2447c579ecf570069f02f64c05e6b9242c20b
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | docs/conf.py | 6 | ||||
-rw-r--r-- | docs/release-notes.rst | 1 | ||||
-rw-r--r-- | docs/tox.ini | 2 |
4 files changed, 5 insertions, 6 deletions
@@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=sdnc/oam.git -defaultbranch=master +defaultbranch=london diff --git a/docs/conf.py b/docs/conf.py index ad186323..78b3ed76 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "london" +version = "london" 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 = 'london' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ca97e299..130febb0 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -118,7 +118,6 @@ Known Vulnerabilities Any known vulnerabilities for ONAP are tracked in the `ONAP Jira`_ in the OJSI project. Any outstanding OJSI issues that pertain to SDNC are listed in the "Known Security Issues" section below. - Workarounds ----------- diff --git a/docs/tox.ini b/docs/tox.ini index 0465b384..b353ad4e 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -29,7 +29,7 @@ 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=london commands = sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |