diff options
author | clarkzjw <[email protected]> | 2019-07-03 16:01:32 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2019-07-03 16:01:32 +0800 |
commit | bf2d8a26faa47e371471aff8135b7515cad4c7c1 (patch) | |
tree | a1933083bad97bb3a89670a260065d5402087e5c | |
parent | fd86d11eb3ebd0e8b9d4d3bdff8ff85284a9709c (diff) | |
download | blog.jinwei.me-bf2d8a26faa47e371471aff8135b7515cad4c7c1.tar.gz |
+ fix
-rw-r--r-- | conf.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -35,10 +35,6 @@ 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 | ] | ||
42 | } | 38 | } |
43 | 39 | ||
44 | html_static_path = ['_static'] | 40 | html_static_path = ['_static'] |