diff options
author | clarkzjw <[email protected]> | 2019-07-03 16:05:46 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2019-07-03 16:05:46 +0800 |
commit | 655a9db5eb858c86b617a83942d6387a4c029422 (patch) | |
tree | 9c24d1836b0e9ff756d09143584463271c5e1e1e | |
parent | bf2d8a26faa47e371471aff8135b7515cad4c7c1 (diff) | |
download | blog.jinwei.me-655a9db5eb858c86b617a83942d6387a4c029422.tar.gz |
+ fix
-rw-r--r-- | conf.py | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,7 +19,7 @@ source_suffix = '.rst' | |||
19 | 19 | ||
20 | master_doc = 'index' | 20 | master_doc = 'index' |
21 | 21 | ||
22 | project = u'blog.jinwei.me' | 22 | project = u'' |
23 | copyright = u'2013 - 2019, clarkzjw' # NOQA | 23 | copyright = u'2013 - 2019, clarkzjw' # NOQA |
24 | 24 | ||
25 | version = '0.0' | 25 | version = '0.0' |
@@ -35,6 +35,10 @@ html_favicon = '_static/favicon.ico' | |||
35 | html_theme_options = { | 35 | html_theme_options = { |
36 | } | 36 | } |
37 | html_sidebars = { | 37 | html_sidebars = { |
38 | '**': [ | ||
39 | 'about.html', | ||
40 | 'relations.html', | ||
41 | ] | ||
38 | } | 42 | } |
39 | 43 | ||
40 | html_static_path = ['_static'] | 44 | html_static_path = ['_static'] |