File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 88## notice and this notice are preserved. This file is offered as-is,
99## without any warranty.
1010
11+ import datetime
1112import sys
1213
1314sys .path .insert (0 , '../microscope' )
1718## pkg_resources to avoid duplication?
1819author = 'Micron Oxford'
1920project = 'Microscope'
20- copyright = '2017, Micron Oxford'
2121
22+ copyright = '%s, %s' % (datetime .datetime .now ().year , author )
2223
2324master_doc = 'index'
25+ nitpicky = True
2426
2527
2628extensions = [
4749
4850html_theme = 'agogo'
4951html_static_path = ['_static' ]
52+ html_title = 'Python Microscope documentation'
53+ html_short_title = 'import microscope'
54+ html_show_copyright = False
55+ html_show_sphinx = False
56+ html_copy_source = False
57+ html_show_sourcelink = False
You can’t perform that action at this time.
0 commit comments