This commit is contained in:
tshirtman 2013-08-14 16:04:23 +02:00
parent feaa6d0a61
commit 3eb932679d
1 changed files with 3 additions and 1 deletions

View File

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