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