Fix extra whitespacing caused by reST line breaking (#23)

This commit is contained in:
Dongdong Tian
2020-05-18 09:03:38 -04:00
committed by GitHub
parent aa36c31a5e
commit 5a6f7575c6
2 changed files with 3 additions and 1 deletions

View File

@@ -32,7 +32,8 @@ import sys
# ones.
extensions = ['sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages']
'sphinx.ext.githubpages',
'sphinx_cjkspace.cjkspace']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']