Update conf.py intersphinx controller version 34/96434/1
authorGuillaume Lambert <guillaume.lambert@orange.com>
Sat, 5 Jun 2021 19:40:30 +0000 (21:40 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Sat, 5 Jun 2021 19:41:57 +0000 (21:41 +0200)
Controller Version 3.0.6 declared in conf.py can no more be retrieved
and use for intersphinx builds.
According to integration/distribution, the version 3.0.8 is the one
targeted for Silicon SR1.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I82d756a06f5bb55f8d5f8fb66159314d8f46cd0a

docs/conf.py

index 1c68e3fbed586415426056b10001eaa75319dd7b..cb9acd9b4213358d34bc413bd03f4c4c7d3fa433 100755 (executable)
@@ -14,7 +14,7 @@ from docs_conf.conf import *
 
 # Append to intersphinx_mapping
 intersphinx_mapping['aaa'] = ('https://docs.opendaylight.org/projects/aaa/en/latest/', None)
-intersphinx_mapping['controller'] = ('https://docs.opendaylight.org/projects/controller/en/v3.0.6/', None)
+intersphinx_mapping['controller'] = ('https://docs.opendaylight.org/projects/controller/en/v3.0.8/', None)
 intersphinx_mapping['infrautils'] = ('https://docs.opendaylight.org/projects/infrautils/en/v1.9.5/', None)
 intersphinx_mapping['mdsal'] = ('https://docs.opendaylight.org/projects/mdsal/en/v7.0.5/', None)
 intersphinx_mapping['netconf'] = ('https://docs.opendaylight.org/projects/netconf/en/latest/', None)