diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/lib/passlib.utils.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index a412f3e..422c558 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,7 +140,7 @@ html_theme_path = [cloud_sptheme.get_theme_dir()] html_title = project + " v" + release + " Documentation" # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = project + " Documentation" +html_short_title = project + " " + version + " Documentation" # The name of an image file (relative to this directory) to place at the top # of the sidebar. diff --git a/docs/lib/passlib.utils.rst b/docs/lib/passlib.utils.rst index 4ce95a6..63de110 100644 --- a/docs/lib/passlib.utils.rst +++ b/docs/lib/passlib.utils.rst @@ -40,9 +40,9 @@ Decorators ========== .. autofunction:: classproperty -String Manipulation -=================== -.. autofunction:: splitcomma +.. + String Manipulation + .. autofunction:: splitcomma Bytes Manipulation ================== |
