aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 31410b0..7df20af 100644
--- a/conf.py
+++ b/conf.py
@@ -48,7 +48,7 @@ copyright = u'2013 - 2018, clarkzjw' # NOQA
48version = '0.0' 48version = '0.0'
49release = '0.0' 49release = '0.0'
50 50
51exclude_patterns = ['_build', '.venv'] 51exclude_patterns = ['_build', '.venv', 'README.rst']
52 52
53pygments_style = 'sphinx' 53pygments_style = 'sphinx'
54 54
Powered by cgit v1.2.3 (git 2.41.0)