aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-09 19:22:41 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-09 19:22:41 -0500
commitbf98abb4664ae0298576a94b149594d1549b2e03 (patch)
treeedc914d74453b5180054319118e8ddb33985c3dd /doc/build/conf.py
parentc650f81e44f74bf5c4f7fe15ae1e08c99c46eae4 (diff)
downloadexternal_python_mako-bf98abb4664ae0298576a94b149594d1549b2e03.tar.gz
external_python_mako-bf98abb4664ae0298576a94b149594d1549b2e03.tar.bz2
external_python_mako-bf98abb4664ae0298576a94b149594d1549b2e03.zip
- 2014
- move CHANGES to changelog.rst
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 5bfd996..aabdf18 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -31,7 +31,8 @@ import mako
# 'sphinx.ext.doctest', 'builder.builders']
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx',
- 'sphinx.ext.doctest', 'builder.builders']
+ 'changelog', 'sphinx_paramlinks',
+ 'builder.builders']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']