format conf.py; fix link in setup guide; fix releaserepos (jakarta) 10/129810/2
authorthmsdt <thomas.kulik@telekom.de>
Thu, 7 Jul 2022 08:05:18 +0000 (10:05 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Thu, 7 Jul 2022 08:16:35 +0000 (10:16 +0200)
Issue-ID: DOC-782

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Ie501f5ff3bddac7d53a0dfcdca79e50b5f032f31

docs/conf.py
docs/guides/onap-developer/how-to-use-docs/setting-up-environment.rst
docs/release/releaserepos.rst

index 6748bcb..41055b0 100644 (file)
@@ -1,17 +1,36 @@
-from docs_conf.conf import *
+project = "onap"
+release = "jakarta"
+version = "jakarta"
 
-doc_url = 'https://docs.onap.org/projects'
-master_doc = 'index'
+author: "Open Network Automation Platform"
+# yamllint disable-line rule:line-length
+copyright: "ONAP. Licensed under Creative Commons Attribution 4.0 International License."
 
-intersphinx_mapping = {}
+pygments_style = "sphinx"
+html_theme = "sphinx_rtd_theme"
+html_theme_options = {
+  "style_nav_header_background": "white",
+  "sticky_navigation": "False" }
+html_logo = "_static/logo_onap_2017.png"
+html_favicon = "_static/favicon.ico"
+html_static_path = ["_static"]
+html_show_sphinx = False
+
+extensions = [
+    'sphinx.ext.intersphinx','sphinxcontrib.blockdiag',
+    'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz']
 
 #
 # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch.
 # Change to {releasename} after you have created the new 'doc' branch.
 #
 
-# latest|{releasename}
 branch = 'jakarta'
+
+intersphinx_mapping = {}
+doc_url = 'https://docs.onap.org/projects'
+master_doc = 'index'
+
 intersphinx_mapping['onap-aai-aai-common'] = ('{}/onap-aai-aai-common/en/%s'.format(doc_url) % branch, None)
 intersphinx_mapping['onap-aai-sparky-be'] = ('{}/onap-aai-sparky-be/en/%s'.format(doc_url) % branch, None)
 intersphinx_mapping['onap-ccsdk-apps'] = ('{}/onap-ccsdk-apps/en/%s'.format(doc_url) % branch, None)
index c3f52e8..341279b 100644 (file)
@@ -13,7 +13,7 @@ Prerequisites
 ~~~~~~~~~~~~~
 
 Before you start, you should have an LFID account (sign up
-`here <https://sso.linuxfoundation.org/>`_).
+`here <https://identity.linuxfoundation.org/>`_).
 
 Installing git
 ~~~~~~~~~~~~~~
index d87485f..f708644 100644 (file)
@@ -25,6 +25,10 @@ CCSDK - Common Controller Software Development Kit
 - :ref:`ccsdk/distribution <onap-ccsdk-distribution:release_notes>`
 - :ref:`ccsdk/oran <onap-ccsdk-oran:release_notes>`
 
+CLI - Command Line Interface
+----------------------------
+- :ref:`cli <onap-cli:release_notes>`
+
 CPS - Configuration Persistence Service
 ---------------------------------------
 - :ref:`cps <onap-cps:release_notes>`
@@ -68,7 +72,9 @@ MULTICLOUD - Multi Cloud
 
 OOF - Optimization Framework
 ----------------------------
-- :doc:`optf/has <onap-optf-has:sections/release-notes>`
+
+.. - :ref:`optf/has <onap-optf-has:release_notes>` ### anchor missing in jakarta release
+
 - :ref:`optf/osdf <onap-optf-osdf:release_notes>`
 
 OOM - ONAP Operations Manager