docs: Turn on the viewcode extension
This commit is contained in:
parent
8c5d6aba78
commit
7a216f2c11
@ -26,7 +26,8 @@ import mopidy
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.autodoc', 'autodoc_private_members',
|
||||
'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram']
|
||||
'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram',
|
||||
'sphinx.ext.viewcode']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user