X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=06f93cdb06ea6277bdb3b7c9a768fe9c7e476a69;hb=f0c7a322e645db0fab25b3da61332821a06ee1a8;hp=0000000000000000000000000000000000000000;hpb=97afc8de1537f840c1c7f9cc8ca347bfcebcae1c;p=com%2Fgs-lite.git diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..06f93cd --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,7 @@ +from docs_conf.conf import * + +branch = 'latest' + +linkcheck_ignore = [ + 'http://localhost', +]