diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index cfb0be7f..86f1dc47 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -60,6 +60,9 @@ release = next(open('../Makefile', 'r')).split('=')[1].rstrip() # The short X.Y version. version = release.split('-')[0] +# it's a C project, so: +primary_domain = 'c' + # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # |
