We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa36c31 commit 5a6f757Copy full SHA for 5a6f757
requirements.txt
@@ -1,3 +1,4 @@
1
sphinx>=1.5.0
2
sphinx_rtd_theme
3
+sphinx-cjkspace
4
pygments
source/conf.py
@@ -32,7 +32,8 @@
32
# ones.
33
extensions = ['sphinx.ext.todo',
34
'sphinx.ext.viewcode',
35
- 'sphinx.ext.githubpages']
+ 'sphinx.ext.githubpages',
36
+ 'sphinx_cjkspace.cjkspace']
37
38
# Add any paths that contain templates here, relative to this directory.
39
templates_path = ['_templates']
0 commit comments