Add autodocs Sphinx extension

This commit is contained in:
Julia Medina 2015-04-24 18:25:47 -03:00
parent 3243a13b80
commit 353672d292
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ 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']
extensions = [
'scrapydocs',
'sphinx.ext.autodoc'
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']