Update git submodules
[docs.git] / docs / conf.py
index c773e4620af44bf92a251082dcea8b5608ed9fc9..65a3075356a6bf0b64cae32d0a96699613351c6f 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',
@@ -34,4 +39,3 @@ if platform.system() != 'Windows':
     import subprocess
 
     subprocess.call(["./generate-milestone-status.sh"])
-    subprocess.call(["./build-integration-robot-libdoc.sh"])