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 | |
parent | b81025e3d2ddb71fd28632b33b3bf9b5cc56c826 (diff) |
Use newer alabaster w/ showhidden in sidebar TOC
Lets us not have 2x TOCs on landing page
-rw-r--r-- | dev-requirements.txt | 2 | ||||
-rw-r--r-- | sites/www/index.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 5744f331..91ae8549 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,5 +5,5 @@ tox>=1.4,<1.5 invoke>=0.7.0 invocations>=0.5.0 sphinx>=1.1.3 -alabaster>=0.3.1 +alabaster>=0.4.0 releases>=0.5.2 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 |