Skip to content

Commit

Permalink
Fix all intersphinx_mappings
Browse files Browse the repository at this point in the history
They must link to stable-orinoco.

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  • Loading branch information
collivier committed Aug 17, 2023
1 parent 23f2046 commit 45f82c9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
'https://wiki.lfnetworking.org/'
]
intersphinx_mapping = {
'ref_model': ('https://cntt.readthedocs.io/projects/rm/en/latest/', None),
'ref_arch_openstack': ('https://cntt.readthedocs.io/projects/ra1/en/latest/', None),
'ref_arch_kubernetes': ('https://cntt.readthedocs.io/projects/ra2/en/latest/', None),
'ref_cert_RC2': ('https://cntt.readthedocs.io/projects/rc2/en/latest/', None),
'ref_impl_cntt-ri': ('https://cntt.readthedocs.io/projects/ri1/en/latest/', None),
'ref_impl_cntt-ri2': ('https://cntt.readthedocs.io/projects/ri2/en/latest/', None)
'ref_model': ('https://cntt.readthedocs.io/projects/rm/en/stable-orinoco/', None),
'ref_arch_openstack': ('https://cntt.readthedocs.io/projects/ra1/en/stable-orinoco/', None),
'ref_arch_kubernetes': ('https://cntt.readthedocs.io/projects/ra2/en/stable-orinoco/', None),
'ref_cert_RC2': ('https://cntt.readthedocs.io/projects/rc2/en/stable-orinoco/', None),
'ref_impl_cntt-ri': ('https://cntt.readthedocs.io/projects/ri1/en/stable-orinoco/', None),
'ref_impl_cntt-ri2': ('https://cntt.readthedocs.io/projects/ri2/en/stable-orinoco/', None)
}
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 4
Expand Down
10 changes: 5 additions & 5 deletions doc/ref_arch/kubernetes/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"https://ntia.gov/page/software-bill-materials"
]
intersphinx_mapping = {
'cntt': ('https://cntt.readthedocs.io/en/latest/', None),
'ref_model': ('https://cntt.readthedocs.io/projects/rm/en/latest/', None),
'ref_impl2': ('https://cntt.readthedocs.io/projects/ri2/en/latest/', None),
'ref_arch1': ('https://cntt.readthedocs.io/projects/ra1/en/latest/', None)
'cntt': ('https://cntt.readthedocs.io/en/stable-orinoco/', None),
'ref_model': ('https://cntt.readthedocs.io/projects/rm/en/stable-orinoco/', None),
'ref_impl2': ('https://cntt.readthedocs.io/projects/ri2/en/stable-orinoco/', None),
'ref_arch1': ('https://cntt.readthedocs.io/projects/ra1/en/stable-orinoco/', None)
}
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 4
Expand Down Expand Up @@ -53,4 +53,4 @@
html_favicon = '_static/favicon.ico'

bibtex_bibfiles = ['refs.bib']
bibtex_default_style = 'unsrt'
bibtex_default_style = 'unsrt'
4 changes: 2 additions & 2 deletions doc/ref_cert/RC2/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'https://build.opnfv.org/'
]
intersphinx_mapping = {
'ref_arch_kubernetes': ('https://cntt.readthedocs.io/projects/ra2/en/latest/', None)
'ref_arch_kubernetes': ('https://cntt.readthedocs.io/projects/ra2/en/stable-orinoco/', None)
}
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 4
Expand All @@ -43,4 +43,4 @@
html_favicon = '_static/favicon.ico'

bibtex_bibfiles = ['refs.bib']
bibtex_default_style = 'unsrt'
bibtex_default_style = 'unsrt'
6 changes: 3 additions & 3 deletions doc/ref_cert/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
'https://www.sdxcentral.com'
]
intersphinx_mapping = {
'cntt': ('https://cntt.readthedocs.io/en/latest/', None),
'ref_cert_RC2': ('https://cntt.readthedocs.io/projects/rc2/en/latest/', None),
'ref_arch_openstack': ('https://cntt.readthedocs.io/projects/ra1/en/latest/', None)
'cntt': ('https://cntt.readthedocs.io/en/stable-orinoco/', None),
'ref_cert_RC2': ('https://cntt.readthedocs.io/projects/rc2/en/stable-orinoco/', None),
'ref_arch_openstack': ('https://cntt.readthedocs.io/projects/ra1/en/stable-orinoco/', None)
}
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 4
Expand Down
2 changes: 1 addition & 1 deletion doc/ref_model/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
html_theme = "piccolo_theme"
intersphinx_mapping = {
'cntt': ('https://cntt.readthedocs.io/en/latest/', None)
'cntt': ('https://cntt.readthedocs.io/en/stable-orinoco/', None)
}
linkcheck_ignore = [
'https://www.iso.org',
Expand Down

0 comments on commit 45f82c9

Please sign in to comment.