equal
deleted
inserted
replaced
66 # Add any Sphinx extension module names here, as strings. They can be |
66 # Add any Sphinx extension module names here, as strings. They can be |
67 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
67 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
68 # ones. |
68 # ones. |
69 extensions = [ |
69 extensions = [ |
70 'sphinx.ext.autodoc', |
70 'sphinx.ext.autodoc', |
|
71 'sphinx.ext.todo', |
|
72 'sphinx.ext.coverage', |
|
73 'sphinx.ext.viewcode' |
71 ] |
74 ] |
72 |
75 |
73 # Add any paths that contain templates here, relative to this directory. |
76 # Add any paths that contain templates here, relative to this directory. |
74 templates_path = ['_templates'] |
77 templates_path = ['_templates'] |
75 |
78 |