equal
deleted
inserted
replaced
119 #html_favicon = None |
119 #html_favicon = None |
120 |
120 |
121 # Add any paths that contain custom static files (such as style sheets) here, |
121 # Add any paths that contain custom static files (such as style sheets) here, |
122 # relative to this directory. They are copied after the builtin static files, |
122 # relative to this directory. They are copied after the builtin static files, |
123 # so a file named "default.css" will overwrite the builtin "default.css". |
123 # so a file named "default.css" will overwrite the builtin "default.css". |
124 html_static_path = ['_static'] |
124 #html_static_path = ['_static'] |
125 |
125 |
126 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
126 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
127 # using the given strftime format. |
127 # using the given strftime format. |
128 #html_last_updated_fmt = '%b %d, %Y' |
128 #html_last_updated_fmt = '%b %d, %Y' |
129 |
129 |