Skip to content

Commit

Permalink
Minor issue with Sphinx docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jun 20, 2014
1 parent 9d9a54e commit 44c0d34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Expand Up @@ -75,6 +75,9 @@
# Else, today_fmt is used as the format for a strftime call.
today_fmt = '%B %d, %Y'

# Default domain for the project.
primary_domain = 'py'

# List of documents that shouldn't be included in the build.
#unused_docs = []

Expand Down
4 changes: 1 addition & 3 deletions docs/index.rst
Expand Up @@ -5,14 +5,12 @@ pyramid_ldap3
Overview
--------

:mod:``pyramid_ldap3`` provides LDAP authentication services for your Pyramid
:mod:`pyramid_ldap3` provides LDAP authentication services for your Pyramid
application. It is a fork of the ``pyramid_ldap`` package with the goal
of eliminating the dependency on ``python-ldap`` and ``ldappool``,
replacing it with a dependency on ``python3-ldap``, which is a pure
Python package that also supports Python 3.

.. warning:: This package only works with Pyramid 1.3 and better.


Installation
------------
Expand Down
Empty file modified docs/remake 100644 → 100755
Empty file.

0 comments on commit 44c0d34

Please sign in to comment.