File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9292
9393# The theme to use for HTML and HTML Help pages. See the documentation for
9494# a list of builtin themes.
95- sys .path .append (os .path .abspath ('_themes' ))
96- html_theme_path = ['_themes' ]
95+ sys .path .append (os .path .abspath ('_themes' ))
96+ html_theme_path = ['_themes' ]
9797html_theme = 'djangodocs'
9898
9999# Theme options are theme-specific and customize the look and feel of a theme
Original file line number Diff line number Diff line change 66 Welcome to django-excel's documentation!
77================================================================================
88
9- :Author: C. W.
9+ :Author: C.W.
1010:Issues: http://github.com/pyexcel/django-excel/issues
1111:License: New BSD License
1212:Version: |version |
Original file line number Diff line number Diff line change 2323
2424setup (
2525 name = 'django-excel' ,
26- author = 'C. W.' ,
26+ author = 'C.W.' ,
2727 version = '0.0.4' ,
2828 author_email = 'wangc_2011 (at) hotmail.com' ,
2929 url = 'https://github.com/pyexcel/django-excel' ,
You can’t perform that action at this time.
0 commit comments