summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-18 01:06:26 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-18 01:06:26 +0100
commit4eecf36b02f3dee502d97ac1d4b72d19d61da4ce (patch)
treea2cd70078019a1e98280040c15d77c26ab9d2a5e /conf.py
parent89602bbb777f8fb881b6727af9522f9196e2da16 (diff)
downloaddocs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.tar.gz
docs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.tar.bz2
docs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.zip
restructuring and linking extension
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 010cf651..f3aea86c 100644
--- a/conf.py
+++ b/conf.py
@@ -23,12 +23,15 @@ import os
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.3'
+
+sys.path.append(os.path.abspath('exts'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
+ 'tsref',
'sphinx.ext.todo',
'sphinx.ext.pngmath',
'sphinxcontrib.httpdomain'