summaryrefslogtreecommitdiff
path: root/doc/src/conf.py
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2016-12-24 15:55:56 +0100
committerFelix Morgner <felix.morgner@gmail.com>2016-12-24 15:55:56 +0100
commitd6c74fdea16c70a93c70449317d75c5445c7522e (patch)
tree2f801a3ea8fe49b21fd99836edd77ce2d0f26924 /doc/src/conf.py
parent9b02e03c2a6f8a74a83dd40c69719fe36f4dd154 (diff)
downloadextfs-d6c74fdea16c70a93c70449317d75c5445c7522e.tar.xz
extfs-d6c74fdea16c70a93c70449317d75c5445c7522e.zip
Update documentation
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'