1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 07:43:43 +00:00

Allow opening the source code from the API documentation

This commit is contained in:
Adrián Chaves 2019-11-12 10:23:19 +01:00
parent d267e183b4
commit 8a6a063778

View File

@ -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.