mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix comment end string in LaTeXRenderer
Fix bug introduced by commit 5f82825e27
in `self.env.comment_end_string`
This commit is contained in:
parent
ae9f0dd299
commit
6b87b8030c
@ -85,7 +85,7 @@ class LaTeXRenderer(SphinxRenderer):
|
|||||||
self.env.block_start_string = '<%'
|
self.env.block_start_string = '<%'
|
||||||
self.env.block_end_string = '%>'
|
self.env.block_end_string = '%>'
|
||||||
self.env.comment_start_string = '<#'
|
self.env.comment_start_string = '<#'
|
||||||
self.env.comment_end_string = '<#'
|
self.env.comment_end_string = '#>'
|
||||||
|
|
||||||
|
|
||||||
class ReSTRenderer(SphinxRenderer):
|
class ReSTRenderer(SphinxRenderer):
|
||||||
|
Loading…
Reference in New Issue
Block a user