Added sphynx.ext dev-dc
authorDamien Correia
Thu, 05 Apr 2018 14:35:02 +0200
branchdev-dc
changeset 37 e7207459c429
parent 36 55a05201f18c
child 38 ea89b10031eb
child 40 d2871f434818
Added sphynx.ext
src/source/conf.py
--- a/src/source/conf.py	Wed Apr 04 15:19:33 2018 +0200
+++ b/src/source/conf.py	Thu Apr 05 14:35:02 2018 +0200
@@ -68,6 +68,9 @@
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
+    'sphinx.ext.todo',
+    'sphinx.ext.coverage',
+    'sphinx.ext.viewcode'
 ]
 
 # Add any paths that contain templates here, relative to this directory.