Fix extra whitespacing caused by reST line breaking (#23)
This commit is contained in:
parent
aa36c31a5e
commit
5a6f7575c6
@ -1,3 +1,4 @@
|
|||||||
sphinx>=1.5.0
|
sphinx>=1.5.0
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
sphinx-cjkspace
|
||||||
pygments
|
pygments
|
||||||
|
@ -32,7 +32,8 @@ import sys
|
|||||||
# ones.
|
# ones.
|
||||||
extensions = ['sphinx.ext.todo',
|
extensions = ['sphinx.ext.todo',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinx.ext.githubpages']
|
'sphinx.ext.githubpages',
|
||||||
|
'sphinx_cjkspace.cjkspace']
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user