commit | 3249552175c3ccedb514b58362fdaf8cde2f2e04 | [log] [tgz] |
---|---|---|
author | nm755n <nm755n@intl.att.com> | Wed Nov 20 12:23:04 2019 +0000 |
committer | nm755n <nm755n@intl.att.com> | Fri Nov 29 13:46:25 2019 +0000 |
tree | 2ff725c8fc255654a4441074c2478559a99367df | |
parent | e533a29564d5b65f741e85e3f6164e7123b0feac [diff] [blame] |
Configure Repo for Documentation Change-Id: I11f75dc881965b01d44a3a7a7a86ad3d645fb8b9 Signed-off-by: nm755n <nm755n@intl.att.com>
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..e06c3ac --- /dev/null +++ b/docs/conf.py
@@ -0,0 +1,6 @@ +from docs_conf.conf import * +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*' +]