mirror of https://github.com/kivy/kivy.git
activate sphinx.ext.viewcode (http://sphinx-doc.org/ext/viewcode.html)
This commit is contained in:
parent
feaa6d0a61
commit
3eb932679d
|
@ -23,7 +23,9 @@ sys.path.insert(0, os.path.abspath('sphinxext'))
|
|||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['autodoc', 'sphinx.ext.todo', 'preprocess', 'sphinx.ext.ifconfig']
|
||||
extensions = [
|
||||
'autodoc', 'sphinx.ext.todo', 'preprocess', 'sphinx.ext.ifconfig',
|
||||
'sphinx.ext.viewcode']
|
||||
|
||||
# Todo configuration
|
||||
todo_include_todos = True
|
||||
|
|
Loading…
Reference in New Issue