Remove all references to DLUX
[docs.git] / docs / conf.py
index c773e4620af44bf92a251082dcea8b5608ed9fc9..a92056b3c1766db09420b22f1c867a17415cb39b 100755 (executable)
 from docs_conf.conf import *
 
 # Append to intersphinx_mapping
+intersphinx_mapping['odl-integration-test'] = ('http://docs.opendaylight.org/projects/integration-test/en/latest/', None)
+intersphinx_mapping['odl-integration-packaging'] = ('http://docs.opendaylight.org/projects/integration-packaging/en/latest/', None)
 intersphinx_mapping['odl-releng-builder'] = ('http://docs.opendaylight.org/projects/releng-builder/en/latest/', None)
 
+# Projects that have stable/branches
+intersphinx_mapping['netvirt'] = ('http://docs.opendaylight.org/projects/netvirt/en/latest/', None)
+
 linkcheck_ignore = [
     # Ignore jenkins because it's often slow to respond.
     'https://jenkins.opendaylight.org/releng',
     'https://jenkins.opendaylight.org/sandbox',
-    'http://\$CONTROL_HOST:8181/dlux/index.html',
     # The '#' in the path makes sphinx think it's an anchor
     'https://git.opendaylight.org/gerrit/#/admin/projects/releng/builder',
 ]
@@ -27,11 +31,3 @@ linkcheck_ignore = [
 nitpicky = True
 release = version
 
-import platform
-if platform.system() != 'Windows':
-
-    # Build integration stuff
-    import subprocess
-
-    subprocess.call(["./generate-milestone-status.sh"])
-    subprocess.call(["./build-integration-robot-libdoc.sh"])