aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 7efd8b6..f9853f5 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -86,6 +86,9 @@ exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
+primary_domain = 'c'
+highlight_language = 'c'
+
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False