mirror of https://github.com/scrapy/scrapy.git
Removed unneeded code (since autodoc is not used in Sphinx doc)
This commit is contained in:
parent
f3769651af
commit
2ebfa7e68d
|
|
@ -3,9 +3,6 @@
|
|||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
#
|
||||
|
||||
# Required for autodoc
|
||||
export SCRAPY_SETTINGS_DISABLED = 1
|
||||
|
||||
# You can set these variables from the command line.
|
||||
PYTHON = python
|
||||
SPHINXOPTS =
|
||||
|
|
|
|||
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in New Issue