Skip to content

Commit

Permalink
Doc: Use the default style
Browse files Browse the repository at this point in the history
The default should be pretty enough.
  • Loading branch information
Petr Viktorin committed Nov 27, 2017
1 parent 849f366 commit b096d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b096d31

Please sign in to comment.