summaryrefslogtreecommitdiff
path: root/doc/src/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r--doc/src/conf.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py
index a67aee4..bf3d6b1 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -9,11 +9,15 @@ subprocess.call('cd ../../ && doxygen', shell=True)
html_theme = 'sphinx_rtd_theme'
-extensions = ['breathe']
+extensions = [
+ 'breathe',
+ 'sphinx.ext.todo',
+]
breathe_projects = {'extfs': os.path.abspath('../../build/xml') }
breathe_default_project = 'extfs'
+
source_suffix = '.rst'
master_doc = 'index'
@@ -35,7 +39,7 @@ exclude_patterns = [
pygments_style = 'sphinx'
-todo_include_todos = False
+todo_include_todos = True
htmlhelp_basename = 'extfsdoc'