mirror of https://github.com/scrapy/scrapy.git
Merge pull request #4148 from Gallaecio/doc-view-code
Allow opening the source code from the API documentation
This commit is contained in:
commit
cc0026f733
|
|
@ -31,6 +31,7 @@ extensions = [
|
|||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.viewcode',
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
|
|||
Loading…
Reference in New Issue