import sys, os
sys.path.append(os.path.abspath('..'))
from common import *

# The suffix of source filenames.
source_suffix = '.txt'

# The encoding of source files.
#source_encoding = 'utf-8'

# The master toctree document.
master_doc = 'index'

html_title='GeoTools %s User Guide' % release
