conf.py: add a link in the sidebar to upstream documentation page

This commit is contained in:
Christophe Siraut 2017-12-08 13:52:05 +01:00
parent c1f9739cad
commit 4f2966f22e
1 changed files with 7 additions and 0 deletions

View File

@ -125,6 +125,13 @@ todo_include_todos = False
#
html_theme = 'alabaster'
html_sidebars = {'**': ['navigation.html', 'searchbox.html']}
html_theme_options = {
'extra_nav_links': {
"← Guide de l'administrateur technique":
"https://doc-publik.entrouvert.com/tech/"}
}
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.