From ea45b72ac0d0efaf19d191d852d74647c95f7ff1 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 17 May 2020 10:26:24 -0400 Subject: [PATCH] Fix extra whitespacing caused by reST line breaking --- requirements.txt | 1 + source/conf.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e727be..f3c8941 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ sphinx>=1.5.0 sphinx_rtd_theme +sphinx-cjkspace pygments diff --git a/source/conf.py b/source/conf.py index 2c43702..3ec845d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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']