Merge pull request #4148 from Gallaecio/doc-view-code

Allow opening the source code from the API documentation
This commit is contained in:
Mikhail Korobov 2019-11-14 23:43:44 +05:00 committed by GitHub
commit cc0026f733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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.