Skip to content
Snippets Groups Projects

DOC: #2050 remove dead link to rst file on top of every cookbook pages

Merged DOC: #2050 remove dead link to rst file on top of every cookbook pages
Merged Tristan Laurent requested to merge remove-gitlab-link-cookbook into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -175,7 +175,7 @@ html_static_path = ['_static']
#html_split_index = False
html_context = {
'display_gitlab': True,
'display_gitlab': False,
'gitlab_host': "gitlab.orfeo-toolbox.org",
'gitlab_user': 'orfeotoolbox',
'gitlab_repo': 'OTB',
@@ -185,7 +185,7 @@ html_context = {
}
# If true, links to the reST sources are added to the pages.
html_show_sourcelink = True
html_show_sourcelink = False
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
html_show_sphinx = True
Loading