Skip to content

Commit a96e105

Browse files
committed
Doc: Use the default style
The default should be pretty enough.
1 parent 96463e2 commit a96e105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
# The style sheet to use for HTML and HTML Help pages. A file of that name
8585
# must exist either in Sphinx' static/ path, or in one of the custom paths
8686
# given in html_static_path.
87-
html_style = 'pyramid.css'
87+
#html_style = 'pyramid.css'
8888

8989
# Add any paths that contain custom static files (such as style sheets) here,
9090
# relative to this directory. They are copied after the builtin static files,
9191
# 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']
9393

9494
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
9595
# using the given strftime format.

0 commit comments

Comments
 (0)