Skip to content

Commit

Permalink
Installation documentation update
Browse files Browse the repository at this point in the history
Issue-Id: AIMLFW-12

Signed-off-by: josephthaliath <[email protected]>
Change-Id: I5dc04ac1351c4fa9ee97a485e276e004990d6c17
  • Loading branch information
josephthaliath committed Dec 6, 2022
1 parent 3559f10 commit 124e3e6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# documentation
.tox
docs/_build/
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.*'
]

0 comments on commit 124e3e6

Please sign in to comment.