From 95960d090159412ebe5adc199a76868a82e3dccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Tue, 6 Nov 2012 14:41:15 +0200 Subject: [PATCH] claning --- docs/source/conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b9c1deadfc..3b1e9dc5b9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -258,10 +258,6 @@ intersphinx_mapping = {'http://docs.python.org/': None} # from http://djangosnippets.org/snippets/2533/ # autogenerate models definitions -# THIS_DIR = os.path.dirname(__file__) -# PROJECT_DIR = os.path.join(THIS_DIR, 'relative/path/to/your/project/') -# sys.path.append(PROJECT_DIR) - import inspect from django.utils.html import strip_tags @@ -331,4 +327,4 @@ def process_docstring(app, what, name, obj, options, lines): def setup(app): # Register the docstring processor with sphinx - app.connect('autodoc-process-docstring', process_docstring) \ No newline at end of file + app.connect('autodoc-process-docstring', process_docstring)