pull/1/head
Thomas Sileo 2018-06-18 21:25:14 +02:00
rodzic 8d5118e27b
commit abe835b1f1
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -95,12 +95,12 @@ html_static_path = ["_static"]
# 'searchbox.html']``.
#
html_sidebars = {
'**': [
'about.html',
'sidebar_badges.html',
'navigation.html',
'searchbox.html',
'sidebar_end.html',
"**": [
"about.html",
"sidebar_badges.html",
"navigation.html",
"searchbox.html",
"sidebar_end.html",
]
}