File tree Expand file tree Collapse file tree 1 file changed +16
-19
lines changed Expand file tree Collapse file tree 1 file changed +16
-19
lines changed Original file line number Diff line number Diff line change 1+ import datetime as dt
12import os
23import sys
3- import datetime as dt
4-
54
65sys .path .insert (0 , os .path .abspath (".." ))
76
87extensions = [
9- ' sphinx.ext.autodoc' ,
10- ' sphinx.ext.intersphinx' ,
11- ' sphinx.ext.viewcode' ,
12- ' sphinx.ext.autosectionlabel' ,
13- ' sphinx_rtd_theme' ,
8+ " sphinx.ext.autodoc" ,
9+ " sphinx.ext.intersphinx" ,
10+ " sphinx.ext.viewcode" ,
11+ " sphinx.ext.autosectionlabel" ,
12+ " sphinx_rtd_theme" ,
1413]
15- source_suffix = ' .rst'
16- master_doc = ' index'
14+ source_suffix = " .rst"
15+ master_doc = " index"
1716
18- project = u'Confuse'
19- copyright = '2012-{}, Adrian Sampson & contributors' .format (
20- dt .date .today ().year
21- )
17+ project = "Confuse"
18+ copyright = "2012-{}, Adrian Sampson & contributors" .format (dt .date .today ().year )
2219
23- version = '1.7'
24- release = '1.7.0'
20+ version = "2.1"
21+ release = "2.1.1"
2522
26- exclude_patterns = [' _build' ]
23+ exclude_patterns = [" _build" ]
2724
28- pygments_style = ' sphinx'
25+ pygments_style = " sphinx"
2926
3027# -- Options for HTML output --------------------------------------------------
3128
32- html_theme = ' sphinx_rtd_theme'
33- htmlhelp_basename = ' Confusedoc'
29+ html_theme = " sphinx_rtd_theme"
30+ htmlhelp_basename = " Confusedoc"
You can’t perform that action at this time.
0 commit comments