elinuxhenrik | 115e109 | 2022-04-05 09:29:33 +0200 | [diff] [blame^] | 1 | from docs_conf.conf import * |
2 | |||||
3 | #branch configuration | ||||
4 | |||||
5 | branch = 'latest' | ||||
6 | |||||
7 | linkcheck_ignore = [ | ||||
8 | 'http://localhost.*', | ||||
9 | 'http://127.0.0.1.*', | ||||
10 | 'https://gerrit.o-ran-sc.org.*', | ||||
11 | ] |