summaryrefslogtreecommitdiffstats
path: root/Documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 85df9ea51ed0..8848ee65124a 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -25,6 +25,8 @@ release = subprocess.check_output(('git', 'describe')).decode("utf-8")
# The short X.Y version.
version = release.split("-")[0]
+extensions = ['sphinxcontrib.ditaa']
+
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#