mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
enable sphinx.ext.viewcode for sphinx doc itself
This commit is contained in:
parent
88103c112a
commit
5bd2143fd0
@ -7,7 +7,8 @@ import sphinx
|
|||||||
|
|
||||||
|
|
||||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
|
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
|
||||||
'sphinx.ext.autosummary', 'sphinx.ext.extlinks']
|
'sphinx.ext.autosummary', 'sphinx.ext.extlinks',
|
||||||
|
'sphinx.ext.viewcode']
|
||||||
|
|
||||||
master_doc = 'contents'
|
master_doc = 'contents'
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
Loading…
Reference in New Issue
Block a user