From 3189c15ad83cb0b2641d8adc8a6ac3072d27f8bf Mon Sep 17 00:00:00 2001 From: thmsdt Date: Thu, 22 Jun 2023 10:32:12 +0200 Subject: update .readthedocs.yaml, conf.py, tox.ini Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: I17f70162b53e9f1c4b424481a1b612892ab35830 (cherry picked from commit 258ca721d952cffc919ad2265e97d73357abeeae) --- .gitreview | 2 +- .readthedocs.yaml | 12 +++++------- docs/conf.py | 7 +++---- docs/guides/onap-user/abbreviations.rst | 7 ++++--- docs/tox.ini | 4 ++-- 5 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.gitreview b/.gitreview index 73a32ed14..91abe9677 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=ccsdk/features.git -defaultbranch=master +defaultbranch=london diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb..f56b3b71f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,16 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 - -formats: - - htmlzip +version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index a9c42b672..6bfe978bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,7 @@ project = "onap" -release = "master" -version = "master" +release = "london" +version = "london" +branch = 'london' author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -30,8 +31,6 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' - intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' master_doc = 'index' diff --git a/docs/guides/onap-user/abbreviations.rst b/docs/guides/onap-user/abbreviations.rst index 89422fb38..c57d538cf 100644 --- a/docs/guides/onap-user/abbreviations.rst +++ b/docs/guides/onap-user/abbreviations.rst @@ -628,9 +628,10 @@ Abbreviations | VM | Virtual Machine | +------------------------------------+---------------------------------+ | VNF | `Virtual Network | -| | Function `__ | +| | Function `__ | +------------------------------------+---------------------------------+ | VNFC | Virtual Network Function | | | Component | diff --git a/docs/tox.ini b/docs/tox.ini index 8e5325ed1..0822d2886 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -17,7 +17,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 linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck @@ -26,6 +26,6 @@ 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 -- cgit 1.2.3-korg