Skip to content

Instantly share code, notes, and snippets.

@lyhcode
Created October 12, 2011 14:50
Show Gist options
  • Save lyhcode/1281418 to your computer and use it in GitHub Desktop.
Save lyhcode/1281418 to your computer and use it in GitHub Desktop.
Patch sphinx/writers/html.py for Chinese letters and spaces look feel
def visit_Text(self, node):
text = node.astext().replace("\n", '')
encoded = self.encode(text)
if self.protect_literal_text:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment