diff options
| author | Marko Tibold | 2011-12-30 01:36:43 +0100 |
|---|---|---|
| committer | Marko Tibold | 2011-12-30 01:36:43 +0100 |
| commit | 91cee26ad89c04a70f33ae334150dd127f900474 (patch) | |
| tree | 3f894d3da06c21ca57d22d7d55c607742f028d6c /docs/conf.py | |
| parent | 500b0dcddc2d965a595eadadc70fb06d2648cc96 (diff) | |
| download | django-rest-framework-91cee26ad89c04a70f33ae334150dd127f900474.tar.bz2 | |
Some initial refactoring of the docs.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 78534ac3..16388814 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,8 +14,8 @@ import sys, os sys.path.insert(0, os.path.dirname(os.path.dirname(__file__))) -sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), 'djangorestframework')) -sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), 'examples')) +sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), 'djangorestframework')) # for documenting the library +sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), 'examples')) # for importing settings import settings from django.core.management import setup_environ setup_environ(settings) |
