From c5c2c6304f8df3e4d1f2e80c049dab66186c2e60 Mon Sep 17 00:00:00 2001 From: Jordan Suchow Date: Mon, 22 Aug 2016 02:10:52 -0400 Subject: [PATCH] Hide navigation in sidebar (#469) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5bd7c42f..3ae762c4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -206,7 +206,7 @@ html_sidebars = { '**': [ 'about.html', - 'navigation.html', + # 'navigation.html', 'relations.html', 'searchbox.html', 'donate.html',