summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-11-09 16:56:00 -0500
committerEli Collins <elic@assurancetechnologies.com>2016-11-09 16:56:00 -0500
commitf076c2c877f62b79941b0aacddfaa122b1220977 (patch)
treebf5b7c26500a6f882b9e80ddcb154988822a9df5
parent43e9eabec98a726fd5165fd2c06deba4d543adab (diff)
downloadpasslib-f076c2c877f62b79941b0aacddfaa122b1220977.tar.gz
docs: updated theme, 'upcoming changes' styling
-rw-r--r--CHANGES35
-rw-r--r--docs/conf.py14
2 files changed, 23 insertions, 26 deletions
diff --git a/CHANGES b/CHANGES
index 5ba6dbe..3b35cc0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,31 +6,28 @@
Release History
===============
-.. rst-class:: without-title
+Upcoming Changes
+================
-.. note::
+As a heads-up, developers may be impacted by the following changes
+planned for future releases:
- **Upcoming Changes**
+* **v1.8:**
- As a heads-up, developers may be impacted by the following changes
- planned for future releases:
+ - :mod:`passlib.context`: Removal of long-deprecated :class:`!CryptPolicy` class.
+ - :mod:`passlib.apache`: Removal of deprecated v1.5 compatibility methods.
- * **v1.8:**
+* **v2.0:**
- - :mod:`passlib.context`: Removal of long-deprecated :class:`!CryptPolicy` class.
- - :mod:`passlib.apache`: Removal of deprecated v1.5 compatibility methods.
-
- * **v2.0:**
-
- .. currentmodule:: passlib.ifc
+ .. currentmodule:: passlib.ifc
- - A *large* number of deprecated methods and features will be removed;
- primarily the deprecated :meth:`PasswordHash.encrypt`
- and :meth:`CryptContext.encrypt` aliases.
+ - A *large* number of deprecated methods and features will be removed;
+ primarily the deprecated :meth:`PasswordHash.encrypt`
+ and :meth:`CryptContext.encrypt` aliases.
- - :mod:`passlib.context`: :class:`!CryptContext` objects will default to ``deprecated="auto"``,
- meaning all but the first scheme will be considered deprecated unless
- explicitly stated otherwise.
+ - :mod:`passlib.context`: :class:`!CryptContext` objects will default to ``deprecated="auto"``,
+ meaning all but the first scheme will be considered deprecated unless
+ explicitly stated otherwise.
.. rst-class:: emphasize-children toc-always-open
@@ -110,7 +107,7 @@ New Features
*New Modules*
- * New :mod:`passlib.totp` module provides full support for TOTP & HOTP tokens
+ * New :mod:`passlib.totp` module provides full support for TOTP tokens
on both client and server side. This module contains both low-level primitives,
and high-level helpers for persisting and tracking client state.
diff --git a/docs/conf.py b/docs/conf.py
index 1d93074..db77004 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -179,18 +179,18 @@ if csp.is_cloud_theme(html_theme):
sidebarwidth="3in",
large_sidebar_width="3.5in",
hyphenation_language="en",
- headfont='"Bitstream Vera Sans", sans-serif',
+ # headfont='"Bitstream Vera Sans", sans-serif',
colored_object_prefixes="all",
# bodyfont='arial, helvetica, sans-serif',
- relbarbgcolor='#821f4d',
- footerbgcolor='#521330',
- sectionbgcolor='#964361',
- rubricbgcolor='#B4748B', # '#D6A4B6', #
+ relbarbgcolor='#C74A29',
+ footerbgcolor='#733610',
+ sectionbgcolor='#FB8A45',
+ rubricbgcolor='#FFB657',
sidebarlinkcolor='#6A3051',
link_hover_text_color='#ff0000',
link_hover_trim_color='#ddb1b8',
- toc_local_bg_color='#eddbdb',
- toc_local_trim_color='#ddb1b8',
+ toc_local_bg_color='#FFE8C4',
+ toc_local_trim_color='#FFC68A',
)
if 'for-pypi' in options:
html_theme_options.update(