diff options
-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'] |