New template and options for Service-Based-View #61
@ -48,7 +48,6 @@ def process_repositories(args, service):
|
|||||||
env = Environment(
|
env = Environment(
|
||||||
loader=PackageLoader("otc_metadata"), autoescape=select_autoescape()
|
loader=PackageLoader("otc_metadata"), autoescape=select_autoescape()
|
||||||
)
|
)
|
||||||
print(env.list_templates())
|
|
||||||
conf_py_template = env.get_template("conf.py.j2")
|
conf_py_template = env.get_template("conf.py.j2")
|
||||||
tox_ini_template = env.get_template("tox.ini.j2")
|
tox_ini_template = env.get_template("tox.ini.j2")
|
||||||
index_sbv_template = env.get_template("index_sbv.rst.j2")
|
index_sbv_template = env.get_template("index_sbv.rst.j2")
|
||||||
|
Reference in New Issue
Block a user