commit | dbe5b8aae33876581a8b681610ed5f3395805da9 | [log] [tgz] |
---|---|---|
author | elinuxhenrik <henrik.b.andersson@est.tech> | Fri Jun 10 14:23:46 2022 +0200 |
committer | John Keeney <john.keeney@est.tech> | Wed Jun 15 10:59:31 2022 +0000 |
tree | b614ad33a074a88432758b93a84982abf71fb441 | |
parent | 2ec55ebc0dc5821ccaab354ea31b6a1ace1d41c7 [diff] [blame] |
Add documentation Issue-ID: NONRTRIC-762 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech> Change-Id: I8c6d59ad019a11e0e3499102918804bd35181069
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..6655001 --- /dev/null +++ b/docs/conf.py
@@ -0,0 +1,11 @@ +from docs_conf.conf import * + +#branch configuration + +branch = 'latest' + +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*', +]