Issue-Id: AIMLFW-12
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Change-Id: I5dc04ac1351c4fa9ee97a485e276e004990d6c17
--- /dev/null
+# documentation
+.tox
+docs/_build/
--- /dev/null
+---
+version: 2
+
+formats:
+ - htmlzip
+
+build:
+ image: latest
+
+python:
+ version: 3.7
+ install:
+ - requirements: docs/requirements-docs.txt
+
+sphinx:
+ configuration: docs/conf.py
from docs_conf.conf import *
linkcheck_ignore = [
- 'http://localhost',
+ 'http://localhost.*',
+ 'http://127.0.0.1.*',
+ 'https://gerrit.o-ran-sc.org.*'
]