Removed unneeded code (since autodoc is not used in Sphinx doc)

This commit is contained in:
Pablo Hoffman 2010-09-22 10:52:02 -03:00
parent f3769651af
commit 2ebfa7e68d
2 changed files with 1 additions and 4 deletions

View File

@ -3,9 +3,6 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# Required for autodoc
export SCRAPY_SETTINGS_DISABLED = 1
# You can set these variables from the command line.
PYTHON = python
SPHINXOPTS =

View File

@ -26,7 +26,7 @@ sys.path.append(path.join(path.dirname(path.dirname(__file__)), "scrapy"))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['scrapydocs', 'sphinx.ext.autodoc']
extensions = ['scrapydocs']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']