diff --git a/Doc/conf.py b/Doc/conf.py index 43de80a..63fc24e 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -84,12 +84,12 @@ # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths # given in html_static_path. -html_style = 'pyramid.css' +#html_style = 'pyramid.css' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static'] +#html_static_path = ['/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.