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

Use A4 by default, minor style cleanup

parent 32b6b10f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# You can set these variables from the command line. # You can set these variables from the command line.
SPHINXOPTS = SPHINXOPTS =
SPHINXBUILD = sphinx-build SPHINXBUILD = sphinx-build
PAPER = PAPER = a4
BUILDDIR = =build BUILDDIR = =build
# Internal variables. # Internal variables.
......
...@@ -38,7 +38,7 @@ master_doc = 'index' ...@@ -38,7 +38,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Varnish' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
...@@ -96,7 +96,7 @@ html_theme = 'default' ...@@ -96,7 +96,7 @@ html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme # 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 # further. For a list of options available for each theme, see the
# documentation. # documentation.
# #
# topp background: #437EB2 # topp background: #437EB2
# left column: #EEEEEE; # left column: #EEEEEE;
# h3: #222222; # h3: #222222;
...@@ -106,7 +106,7 @@ html_theme = 'default' ...@@ -106,7 +106,7 @@ html_theme = 'default'
html_theme_options = { html_theme_options = {
"bgcolor" : "white", "bgcolor" : "white",
"relbarbgcolor" : "#437EB2", "relbarbgcolor" : "#437EB2",
"relbartextcolor" : "white", "relbartextcolor" : "white",
...@@ -116,7 +116,7 @@ html_theme_options = { ...@@ -116,7 +116,7 @@ html_theme_options = {
"textcolor" : "#222222", "textcolor" : "#222222",
"linkcolor" : "#336590", "linkcolor" : "#336590",
# "codebgcolor" : "#EEEEEE", # "codebgcolor" : "#EEEEEE",
"codetextcolor" : "#222222", "codetextcolor" : "#222222",
...@@ -212,7 +212,7 @@ latex_documents = [ ...@@ -212,7 +212,7 @@ latex_documents = [
#latex_use_parts = False #latex_use_parts = False
# Additional stuff for the LaTeX preamble. # Additional stuff for the LaTeX preamble.
#latex_preamble = '' # latex_preamble = ''
# Documents to append as an appendix to all manuals. # Documents to append as an appendix to all manuals.
#latex_appendices = [] #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