##// END OF EJS Templates
Moved wrap code into Strings utility file.
Moved wrap code into Strings utility file.

File last commit:

r10386:6416b524
r10433:b95ac079
Show More
latex_sphinx_base.py
12 lines | 226 B | text/x-python | PythonLexer
c = get_config()
# Inherit
load_subconfig('latex_base.py')
# Overrides
c.ConverterTemplate.template_file='latex_sphinx_base'
c.NbconvertApp.write = True
# Set sphinx transformer options.
c.SphinxTransformer.enabled = True