File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
sys .path .insert (0 , os .path .abspath ("." ))
6
6
sys .path .insert (0 , os .path .abspath (".." ))
7
7
8
- import genparamdoc
9
- import dim
10
8
11
9
def copyright_years ():
12
10
this_year = datetime .date .today ().year
@@ -15,6 +13,7 @@ def copyright_years():
15
13
else :
16
14
return "2018\u2013 %s" % this_year
17
15
16
+
18
17
project = "dim"
19
18
copyright = "%s, Zhiming Wang" % copyright_years ()
20
19
author = "Zhiming Wang"
@@ -38,10 +37,14 @@ def copyright_years():
38
37
autodoc_member_order = "bysource"
39
38
40
39
# intersphinx
41
- intersphinx_mapping = {' python' : (' https://docs.python.org/3' , None )}
40
+ intersphinx_mapping = {" python" : (" https://docs.python.org/3" , None )}
42
41
43
42
# html
44
43
html_theme = "python_docs_theme"
45
44
html_last_updated_fmt = "%b %d, %Y"
46
45
html_sidebars = {"**" : ["localtoc.html" , "sourcelink.html" ]}
47
- html_theme_options = {"collapsiblesidebar" : True }
46
+ html_theme_options = {
47
+ "collapsiblesidebar" : True ,
48
+ "codebgcolor" : "#eeffcc" ,
49
+ "codetextcolor" : "#333333" ,
50
+ }
You can’t perform that action at this time.
0 commit comments