Revision 1a6a7005

b/docs/source/backends.rst
1 1
Backends
2 2
==============
3 3

  
4
.. automodule:: astakos.im.backends
4
.. automodule:: astakos.im.activation_backends
5 5
   :show-inheritance:
6 6
   :members:
7 7
   :undoc-members:
b/docs/source/conf.py
16 16
# If extensions (or modules to document with autodoc) are in another directory,
17 17
# add these directories to sys.path here. If the directory is relative to the
18 18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
sys.path.insert(0, os.path.abspath('../..'))
19
sys.path.insert(0, os.path.abspath('../../snf-astakos-app/'))
20 20

  
21 21
from synnefo import settings
22 22
from django.core.management import setup_environ

Also available in: Unified diff