INTTEST-91 - Updating list and dictionary syntax
[integration/test.git] / docs / conf.py
index b27ebeff7889592655d83cd5bfdc981509e95cd2..379b33bc72b761e93cc33aaa29a7dc30c11da477 100644 (file)
 # http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
 
+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.
@@ -23,7 +24,6 @@ linkcheck_ignore = [
 
 nitpicky = True
 
-import platform
 if platform.system() != 'Windows':
     import subprocess
     subprocess.call(["./build-integration-robot-libdoc.sh"])