From 8f1bdc9b32faf504ca7c5fd5de741c4e92fb364b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 16 Jan 2012 18:43:14 -0500 Subject: build in new readthedocs + mako site layout build --- doc/build/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/build/conf.py') diff --git a/doc/build/conf.py b/doc/build/conf.py index 288b3f5..43c29eb 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -38,6 +38,8 @@ templates_path = ['templates'] nitpicky = True +site_base = "http://www.makotemplates.org" + # The suffix of source filenames. source_suffix = '.rst' -- cgit v1.2.3