blob: 6655001fd7daf06e003ec06af3ced01a6755c6fc [file] [log] [blame]
elinuxhenrik115e1092022-04-05 09:29:33 +02001from docs_conf.conf import *
2
3#branch configuration
4
5branch = 'latest'
6
7linkcheck_ignore = [
8 'http://localhost.*',
9 'http://127.0.0.1.*',
10 'https://gerrit.o-ran-sc.org.*',
11]