doc/conf.py
changeset 10494 b6f00889355c
parent 10491 c67bcee93248
child 10496 e95b559a06a2
equal deleted inserted replaced
10493:64b4e1def4ec 10494:b6f00889355c
   138 #html_favicon = None
   138 #html_favicon = None
   139 
   139 
   140 # Add any paths that contain custom static files (such as style sheets) here,
   140 # Add any paths that contain custom static files (such as style sheets) here,
   141 # relative to this directory. They are copied after the builtin static files,
   141 # relative to this directory. They are copied after the builtin static files,
   142 # so a file named "default.css" will overwrite the builtin "default.css".
   142 # so a file named "default.css" will overwrite the builtin "default.css".
   143 html_static_path = ['.static']
   143 html_static_path = ['_static']
   144 
   144 
   145 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
   145 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
   146 # using the given strftime format.
   146 # using the given strftime format.
   147 html_last_updated_fmt = '%b %d, %Y'
   147 html_last_updated_fmt = '%b %d, %Y'
   148 
   148