X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=2fe514c2219889c69119f46bdd361d0fce8c80a7;hb=1c106006ffb33c1c60e2f8abe61e88a7bd95a7bd;hp=379b33bc72b761e93cc33aaa29a7dc30c11da477;hpb=e235045c2ad12d41416e2583609a0178c8bd9287;p=integration%2Ftest.git diff --git a/docs/conf.py b/docs/conf.py index 379b33bc72..2fe514c221 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,16 +14,20 @@ import platform from docs_conf.conf import * # Append to intersphinx_mapping -intersphinx_mapping['odl-releng-builder'] = ('http://docs.opendaylight.org/projects/releng-builder/en/latest/', None) +intersphinx_mapping["odl-releng-builder"] = ( + "http://docs.opendaylight.org/projects/releng-builder/en/latest/", + None, +) linkcheck_ignore = [ # Ignore jenkins because it's often slow to respond. - 'https://jenkins.opendaylight.org/releng', - 'https://jenkins.opendaylight.org/sandbox', + "https://jenkins.opendaylight.org/releng", + "https://jenkins.opendaylight.org/sandbox", ] nitpicky = True -if platform.system() != 'Windows': +if platform.system() != "Windows": import subprocess + subprocess.call(["./build-integration-robot-libdoc.sh"])