summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2008-10-17 19:34:48 +0000
committerTres Seaver <tseaver@palladion.com>2008-10-17 19:34:48 +0000
commitedf6212d312be70ab91ac291753394773f0790c1 (patch)
treec901dd283c1b359be5d85381bac01b4ef2f1e929 /docs/conf.py
parent26920183eb81845311e232d8238509e2c42ae1a9 (diff)
downloadpyramid-edf6212d312be70ab91ac291753394773f0790c1.tar.gz
pyramid-edf6212d312be70ab91ac291753394773f0790c1.tar.bz2
pyramid-edf6212d312be70ab91ac291753394773f0790c1.zip
Add repoze.org color scheme.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4bb573149..5efd96dfe 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -92,7 +92,7 @@ pygments_style = 'sphinx'
# 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 = 'repoze.css'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".