fix API documentation

This commit is contained in:
Timothée Peignier 2012-08-13 11:47:20 +02:00
parent c8733c4707
commit 9cc86d597e
3 changed files with 5 additions and 3 deletions

View file

@ -5,7 +5,7 @@ API Reference
:mod:`models` Module
--------------------
.. automodule:: imagekit.models
.. automodule:: imagekit.models.fields
:members:

View file

@ -16,7 +16,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
sys.path.append(os.path.abspath('_themes'))
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'

View file

@ -1 +1,3 @@
Django >= 1.3.1
Django>=1.3.1
django-appconf>=0.5
PIL>=1.1.7