diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-06 16:19:03 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-24 10:18:35 -0700 |
commit | 74c612e328b962f348f9f425f47d1ecbaef3b207 (patch) | |
tree | 04b1b52fb606cc255f0f217c9132bdc26f1522c3 | |
parent | 337f4432d3aef1230ecb588dace0afd445a262c6 (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 7fefedd2..0f07d7e9 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 installing contributing |