aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 31b20c948..efa30f23e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -12,11 +12,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-import sys
-import os
-import shlex
-import re
-import subprocess
+import sys, os, shlex, re, subprocess
# http://docs.readthedocs.io/en/latest/getting_started.html#in-markdown
from recommonmark.parser import CommonMarkParser
@@ -51,6 +47,8 @@ extensions = [
# SphinxContrib extensions
# 'sphinxcontrib.textstyle',
# 'sphinxcontrib.spelling',
+# Other
+ 'exec',
]
# Add any paths that contain templates here, relative to this directory.