Skip to content

Commit

Permalink
release 2.4.22: Use Sphinx' pyramid theme and set html_static_path
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Dec 9, 2015
1 parent 7d16ba2 commit 7c569e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# All configuration values have a default value; values that are commented out
# serve to show the default value.
#
# $Id: conf.py,v 1.22 2015/10/24 12:37:39 stroeder Exp $
# $Id: conf.py,v 1.23 2015/12/09 17:33:14 stroeder Exp $

import sys

Expand Down Expand Up @@ -44,7 +44,7 @@
# The short X.Y version.
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.4.21.0'
release = '2.4.22.0'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down Expand Up @@ -76,12 +76,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 = 'default.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 = ['.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 7c569e3

Please sign in to comment.