File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
# The style sheet to use for HTML and HTML Help pages. A file of that name
85
85
# must exist either in Sphinx' static/ path, or in one of the custom paths
86
86
# given in html_static_path.
87
- html_style = 'pyramid.css'
87
+ # html_style = 'pyramid.css'
88
88
89
89
# Add any paths that contain custom static files (such as style sheets) here,
90
90
# relative to this directory. They are copied after the builtin static files,
91
91
# so a file named "default.css" will overwrite the builtin "default.css".
92
- html_static_path = ['/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static' ]
92
+ # html_static_path = ['/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static']
93
93
94
94
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
95
95
# using the given strftime format.
You can’t perform that action at this time.
0 commit comments