summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2017-01-30 21:03:44 -0500
committerEli Collins <elic@assurancetechnologies.com>2017-01-30 21:03:44 -0500
commit221e4362c7374c026957f56da5eb01c4ddd8f801 (patch)
tree6d148b8cc794c6b0d9e0facafc89146dc4e11980
parente9c506e7c1dc79d5b94e196bfa0a172fdc60009b (diff)
downloadpasslib-221e4362c7374c026957f56da5eb01c4ddd8f801.tar.gz
docs: requiring cloud_sptheme 1.8.2
-rw-r--r--docs/conf.py2
-rw-r--r--docs/install.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7adac8b..6883743 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -63,7 +63,7 @@ extensions = [
'cloud_sptheme.ext.index_styling',
# inserts toc into right hand nav bar (ala old style python docs)
- 'cloud_sptheme.ext.relbar_toc',
+ 'cloud_sptheme.ext.relbar_links',
# add "issue" role
'cloud_sptheme.ext.issue_tracker',
diff --git a/docs/install.rst b/docs/install.rst
index 2c4ec6a..be11d5d 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -139,7 +139,7 @@ If you wish to generate your own copy of the documentation,
you will need to:
1. Install `Sphinx <http://sphinx.pocoo.org/>`_ (1.4 or newer)
-2. Install the `Cloud Sphinx Theme <http://packages.python.org/cloud_sptheme>`_ (1.8 or newer).
+2. Install the `Cloud Sphinx Theme <http://packages.python.org/cloud_sptheme>`_ (1.8.2 or newer).
3. Download the Passlib source
4. From the Passlib source directory, run :samp:`python setup.py build_sphinx`.
5. Once Sphinx completes its run, point a web browser to the file at :samp:`{SOURCE}/build/sphinx/html/index.html`