mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Customize jinja comment-tag
This commit is contained in:
parent
a01acc4e1c
commit
5f82825e27
@ -84,6 +84,8 @@ class LaTeXRenderer(SphinxRenderer):
|
||||
self.env.variable_end_string = '%>'
|
||||
self.env.block_start_string = '<%'
|
||||
self.env.block_end_string = '%>'
|
||||
self.env.comment_start_string = '<#'
|
||||
self.env.comment_end_string = '<#'
|
||||
|
||||
|
||||
class ReSTRenderer(SphinxRenderer):
|
||||
|
Loading…
Reference in New Issue
Block a user