Update Oxygen SR2 release on downloads page
[docs.git] / docs / conf.py
index 6376d9df1b8e346fc94d52ecd78b7d7c927b2434..ab41171a2ec96b130744888a40b1f80c652b2c24 100755 (executable)
@@ -22,6 +22,7 @@ intersphinx_mapping['odl-releng-builder'] = ('http://docs.opendaylight.org/proje
 intersphinx_mapping['coe'] = ('http://docs.opendaylight.org/projects/coe/en/latest/', None)
 intersphinx_mapping['genius'] = ('http://docs.opendaylight.org/projects/genius/en/latest/', None)
 intersphinx_mapping['netvirt'] = ('http://docs.opendaylight.org/projects/netvirt/en/latest/', None)
+intersphinx_mapping['openflowplugin'] = ('http://docs.opendaylight.org/projects/openflowplugin/en/latest/', None)
 
 # OpenDaylight Documentation Releases
 intersphinx_mapping['odl-oxygen'] = ('http://docs.opendaylight.org/en/stable-oxygen/', None)
@@ -38,3 +39,7 @@ linkcheck_ignore = [
 
 nitpicky = True
 release = version
+
+html_context = {
+    'version_status': 'supported',
+}