commit | 4249398baf8e9607f4e2a88d214410affc818666 | [log] [tgz] |
---|---|---|
author | Tommy Carpenter <tc677g@att.com> | Wed Nov 06 07:27:16 2019 -0500 |
committer | Tommy Carpenter <tc677g@att.com> | Wed Nov 06 08:52:13 2019 -0500 |
tree | 2b143666d89feeadee274856ac77a189b429029c | |
parent | 0b42dfc507b22b49669f360883a1cecaa50cda7b [diff] [blame] |
Follow docs instructions. Change-Id: If54c641be966dc01798a9815d9f82d184ada8452 Signed-off-by: Tommy Carpenter <tc677g@att.com>
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..974c309 --- /dev/null +++ b/docs/conf.py
@@ -0,0 +1,3 @@ +from docs_conf.conf import * + +linkcheck_ignore = ["http://localhost.*", "http://127.0.0.1.*", "https://gerrit.o-ran-sc.org.*"]