aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2019-07-03 16:05:46 +0800
committerclarkzjw <[email protected]>2019-07-03 16:05:46 +0800
commit655a9db5eb858c86b617a83942d6387a4c029422 (patch)
tree9c24d1836b0e9ff756d09143584463271c5e1e1e
parentbf2d8a26faa47e371471aff8135b7515cad4c7c1 (diff)
downloadblog.jinwei.me-655a9db5eb858c86b617a83942d6387a4c029422.tar.gz
+ fix
-rw-r--r--conf.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 2708ee5..c0977c1 100644
--- a/conf.py
+++ b/conf.py
@@ -19,7 +19,7 @@ source_suffix = '.rst'
19 19
20master_doc = 'index' 20master_doc = 'index'
21 21
22project = u'blog.jinwei.me' 22project = u''
23copyright = u'2013 - 2019, clarkzjw' # NOQA 23copyright = u'2013 - 2019, clarkzjw' # NOQA
24 24
25version = '0.0' 25version = '0.0'
@@ -35,6 +35,10 @@ html_favicon = '_static/favicon.ico'
35html_theme_options = { 35html_theme_options = {
36} 36}
37html_sidebars = { 37html_sidebars = {
38 '**': [
39 'about.html',
40 'relations.html',
41 ]
38} 42}
39 43
40html_static_path = ['_static'] 44html_static_path = ['_static']
Powered by cgit v1.2.3 (git 2.41.0)