From 638d10b5fbc1e3d3edfe03ea9642e8f0e0bccfb5 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 30 Jan 2014 11:19:12 -0600 Subject: [PATCH] Doc theme tweak --- doc/_static/akdoc.css | 6 +++--- doc/conf.py | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/_static/akdoc.css b/doc/_static/akdoc.css index 1a1ef7a6..d8b61e3f 100644 --- a/doc/_static/akdoc.css +++ b/doc/_static/akdoc.css @@ -23,17 +23,17 @@ code { } h1 { - padding-bottom:5px; + padding-bottom:7px; border-bottom: 1px solid #ccc; } h2 { - padding-bottom:1px; + padding-bottom:5px; border-bottom: 1px solid #ccc; } h3 { - padding-bottom:1px; + padding-bottom:5px; border-bottom: 1px solid #ccc; } diff --git a/doc/conf.py b/doc/conf.py index 093eeadd..eb9ba09b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -101,7 +101,6 @@ else: # documentation. html_theme_options = { "navbar_fixed_top": "true", - "navbar_class": "navbar navbar-inverse", "navbar_site_name": "Contents", 'bootstrap_version': '3', 'source_link_position': 'footer', @@ -155,7 +154,7 @@ html_copy_source = False #html_file_suffix = '' # Output file base name for HTML help builder. -htmlhelp_basename = 'PyCudadoc' +htmlhelp_basename = 'PyOpenClDoc' # Options for LaTeX output -- GitLab