Revise `HTMLTranslator.prepare_svg()`.
[docutils.git] / sandbox / py-rest-doc / sphinx / _jinja.py
blob3a61801f2c83a1d7ed84cea179614d1b8d340797
1 # -*- coding: utf-8 -*-
2 """
3 sphinx._jinja
4 ~~~~~~~~~~~~~
6 Jinja glue.
8 :copyright: 2007 by Georg Brandl.
9 :license: Python license.
10 """
11 from __future__ import absolute_import
13 import sys
14 from os import path
16 sys.path.insert(0, path.dirname(__file__))
18 from jinja import Environment, FileSystemLoader