Add ping test in aclrecovery suite
[integration/test.git] / docs / conf.py
index f8d31cf893de749962616fa22c9d2132e9ae2a5a..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.
@@ -22,3 +23,7 @@ linkcheck_ignore = [
 ]
 
 nitpicky = True
+
+if platform.system() != 'Windows':
+    import subprocess
+    subprocess.call(["./build-integration-robot-libdoc.sh"])