aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2020-06-30 21:20:05 +0800
committerclarkzjw <[email protected]>2020-06-30 21:20:05 +0800
commit54b0d10c231e40107544d8814304b03e4cd75306 (patch)
treee960f2ef115eaf75874578d0097c30f9f6c01e13 /conf.py
parent69db07d3d551f3382e8e7cbb9f3336fa6926dd8c (diff)
downloadblog.jinwei.me-master.tar.gz
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 7d99144..80de842 100644
--- a/conf.py
+++ b/conf.py
@@ -27,7 +27,7 @@ release = '0.0'
27 27
28exclude_patterns = ['_build', '.venv', 'README.rst'] 28exclude_patterns = ['_build', '.venv', 'README.rst']
29 29
30pygments_style = 'sphinx' 30pygments_style = ''
31 31
32html_theme_path = [alagitpull.get_path()] 32html_theme_path = [alagitpull.get_path()]
33html_theme = 'alagitpull' 33html_theme = 'alagitpull'
Powered by cgit v1.2.3 (git 2.41.0)