Skip to content

Commit 5a6f757

Browse files
authored
Fix extra whitespacing caused by reST line breaking (#23)
1 parent aa36c31 commit 5a6f757

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx>=1.5.0
22
sphinx_rtd_theme
3+
sphinx-cjkspace
34
pygments

source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
# ones.
3333
extensions = ['sphinx.ext.todo',
3434
'sphinx.ext.viewcode',
35-
'sphinx.ext.githubpages']
35+
'sphinx.ext.githubpages',
36+
'sphinx_cjkspace.cjkspace']
3637

3738
# Add any paths that contain templates here, relative to this directory.
3839
templates_path = ['_templates']

0 commit comments

Comments
 (0)