X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=379b33bc72b761e93cc33aaa29a7dc30c11da477;hb=05b470e7f3b3e677b6667be7b48a50716d21708c;hp=7b2e98172f5856b26ea6b8e41ebddfcda33c6f67;hpb=2cdeb6eb33a7994c1987f4ecbbec8fcdf38c8eb4;p=integration%2Ftest.git diff --git a/docs/conf.py b/docs/conf.py index 7b2e98172f..379b33bc72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,6 +10,7 @@ # http://www.eclipse.org/legal/epl-v10.html ############################################################################## +import platform from docs_conf.conf import * # Append to intersphinx_mapping @@ -23,7 +24,6 @@ linkcheck_ignore = [ nitpicky = True -import platform if platform.system() != 'Windows': import subprocess subprocess.call(["./build-integration-robot-libdoc.sh"])