diff options
| author | Timotheus Kampik <timotheus.kampik@signavio.com> | 2015-11-27 00:54:10 +0100 |
|---|---|---|
| committer | Timotheus Kampik <timotheus.kampik@signavio.com> | 2015-11-27 00:54:10 +0100 |
| commit | a6a55898a0695e9f103e360086bc0e2b10fa3ab5 (patch) | |
| tree | 1b536bbef9e5b6aacdecae9f453a7ef4437c05f8 /sphinx/themes/basic/theme.conf | |
| parent | 06ac2a0059382bd2494726d16c4de0ebb861c75e (diff) | |
| download | sphinx-git-a6a55898a0695e9f103e360086bc0e2b10fa3ab5.tar.gz | |
refactor navigation basic template
enable configuration via theme.conf
Diffstat (limited to 'sphinx/themes/basic/theme.conf')
| -rw-r--r-- | sphinx/themes/basic/theme.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/themes/basic/theme.conf b/sphinx/themes/basic/theme.conf index f7283730b..f25e0e2a9 100644 --- a/sphinx/themes/basic/theme.conf +++ b/sphinx/themes/basic/theme.conf @@ -5,4 +5,5 @@ pygments_style = none [options] nosidebar = false -sidebarwidth = 230
\ No newline at end of file +sidebarwidth = 230 +nonavigationwithkeys = false
\ No newline at end of file |
