ROOT  6.06/09
Reference Guide
sample_config.py
Go to the documentation of this file.
1 # ROOTaaS sample configuration file for nbconvert
2 
3 c = get_config()
4 
5 # Custom C++ highlighter
6 c.Exporter.preprocessors = [ 'ROOTaaS.html.export.cpphighlighter.CppHighlighter' ]
7 
8 # Custom Jinja template
9 c.HTMLExporter.template_path = [ '/path/to/ROOTaaS/html/static/templates' ]
10