Add ReadTheDocs configuration/site in repo root directory step #2
Issue-ID: NONRTRIC-864
Change-Id: I072c35678c114ea0f6be54d31e24650b17e312cb
Signed-off-by: JohnKeeney <john.keeney@est.tech>
diff --git a/docs/conf.py b/docs/conf.py
index 7639988..3d84e2c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,3 +1,20 @@
+# ============LICENSE_START===============================================
+# Copyright (C) 2021-2023 Nordix Foundation. All rights reserved.
+# ========================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ============LICENSE_END=================================================
+#
+
from docs_conf import *
branch = 'latest'
@@ -9,15 +26,6 @@
'https://gerrit.o-ran-sc.org.*'
]
-#branch configuration
-
-
-linkcheck_ignore = [
- 'http://localhost.*',
- 'http://127.0.0.1.*',
- 'https://gerrit.o-ran-sc.org.*',
-]
-
extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.autosectionlabel',