Installation documentation update 63/9963/1
authorjosephthaliath <jo.thaliath@samsung.com>
Tue, 6 Dec 2022 06:34:58 +0000 (12:04 +0530)
committerjosephthaliath <jo.thaliath@samsung.com>
Tue, 6 Dec 2022 06:34:58 +0000 (12:04 +0530)
Issue-Id: AIMLFW-12

Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Change-Id: I5dc04ac1351c4fa9ee97a485e276e004990d6c17

.gitignore [new file with mode: 0644]
.readthedocs.yaml [new file with mode: 0644]
docs/conf.py

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9c14461
--- /dev/null
@@ -0,0 +1,3 @@
+# documentation
+.tox
+docs/_build/
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..095222a
--- /dev/null
@@ -0,0 +1,16 @@
+---
+version: 2
+
+formats:
+  - htmlzip
+
+build:
+  image: latest
+
+python:
+  version: 3.7
+  install:
+    - requirements: docs/requirements-docs.txt
+
+sphinx:
+  configuration: docs/conf.py
index d96be56..50de2d8 100644 (file)
@@ -19,5 +19,7 @@
 from docs_conf.conf import *
 
 linkcheck_ignore = [
-      'http://localhost',
+    'http://localhost.*',
+    'http://127.0.0.1.*',
+    'https://gerrit.o-ran-sc.org.*'
 ]