Commit 084f9267 authored by Lasse Karstensen's avatar Lasse Karstensen

Use A4 by default, minor style cleanup

parent 32b6b10f
......@@ -4,7 +4,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
PAPER = a4
BUILDDIR = =build
# Internal variables.
......
......@@ -38,7 +38,7 @@ master_doc = 'index'
# General information about the project.
project = u'Varnish'
copyright = u'2010, Varnish Project'
copyright = u'2010-2014 (c) Varnish Software AS'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
......@@ -96,7 +96,7 @@ html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#
#
# topp background: #437EB2
# left column: #EEEEEE;
# h3: #222222;
......@@ -106,7 +106,7 @@ html_theme = 'default'
html_theme_options = {
"bgcolor" : "white",
"relbarbgcolor" : "#437EB2",
"relbartextcolor" : "white",
......@@ -116,7 +116,7 @@ html_theme_options = {
"textcolor" : "#222222",
"linkcolor" : "#336590",
# "codebgcolor" : "#EEEEEE",
"codetextcolor" : "#222222",
......@@ -212,7 +212,7 @@ latex_documents = [
#latex_use_parts = False
# Additional stuff for the LaTeX preamble.
#latex_preamble = ''
# latex_preamble = ''
# Documents to append as an appendix to all manuals.
#latex_appendices = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment