Fix OPNFV wiki APEX dead link
[docs.git] / docs / conf.py
index bddfe178980659f9768553e2249b866cc9fd56c8..87c3cbdd4718ee2888c69cb3766449a4e33964fa 100755 (executable)
@@ -30,7 +30,10 @@ def update_intersphinx_mapping():
 update_intersphinx_mapping()
 
 # OpenDaylight Documentation Releases
-intersphinx_mapping['odl-chlorine'] = ('https://docs.opendaylight.org/en/latest/', None)
+intersphinx_mapping['odl-calcium'] = ('https://docs.opendaylight.org/en/latest/', None)
+intersphinx_mapping['odl-potassium'] = ('https://docs.opendaylight.org/en/stable-potassium/', None)
+intersphinx_mapping['odl-argon'] = ('https://docs.opendaylight.org/en/stable-argon/', None)
+intersphinx_mapping['odl-chlorine'] = ('https://docs.opendaylight.org/en/stable-chlorine/', None)
 intersphinx_mapping['odl-sulfur'] = ('https://docs.opendaylight.org/en/stable-sulfur/', None)
 intersphinx_mapping['odl-phosphorus'] = ('https://docs.opendaylight.org/en/stable-phosphorus/', None)
 intersphinx_mapping['odl-silicon'] = ('https://docs.opendaylight.org/en/stable-silicon/', None)
@@ -72,7 +75,8 @@ linkcheck_ignore = [
     # this url often has connectivity issues on the gate
     'https://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/examples/checking-signatures.html',
     #Ignore announce page link till it is up
-    'https://www.opendaylight.org/current-release-sulfur',
+    'https://www.opendaylight.org/current-release-potassium',
+    'https://www.opendaylight.org/current-release-argon',
 ]
 linkcheck_timeout = 300
 
@@ -90,5 +94,9 @@ html_context = {
 sys.path.append(os.path.abspath('ext'))
 extensions.append('odl-jira')
 
+# Set language to English
+language = "en"
+
+
 def setup(app):
     app.add_css_file("css/ribbon.css")