diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-06 16:19:03 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-06 16:19:09 -0700 |
commit | b85a09673a31719b76b3998270137f0189c226e5 (patch) | |
tree | 1063fd495917f78c5547eff495a6259047cac46c /sites | |
parent | b81025e3d2ddb71fd28632b33b3bf9b5cc56c826 (diff) |
Use newer alabaster w/ showhidden in sidebar TOC
Lets us not have 2x TOCs on landing page
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/index.rst b/sites/www/index.rst index cb3961ce..03189cfa 100644 --- a/sites/www/index.rst +++ b/sites/www/index.rst @@ -12,6 +12,8 @@ usage and API documentation can be found at our code documentation site, `docs.paramiko.org <http://docs.paramiko.org>`_. .. toctree:: + :hidden: + changelog FAQs <faq> installing |