Merge pull request #451 from choldgraf/sidebar

adding back sidebars
pull/453/head
Tim Head 2018-10-20 08:41:16 +02:00 zatwierdzone przez GitHub
commit 7803aad83c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -110,7 +110,7 @@ html_theme_path = [alabaster_jupyterhub.get_html_theme_path()]
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'] }
# -- Options for HTMLHelp output ------------------------------------------