[master] 084f926 Use A4 by default, minor style cleanup

Lasse Karstensen lkarsten at varnish-software.com
Wed Jan 29 14:19:02 CET 2014


commit 084f9267556da6c5509c8b98b64a9e5533f854d6
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Jan 29 14:18:27 2014 +0100

    Use A4 by default, minor style cleanup

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 217d49f..54c01f6 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -4,7 +4,7 @@
 # You can set these variables from the command line.
 SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
-PAPER         =
+PAPER         = a4
 BUILDDIR      = =build
 
 # Internal variables.
diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in
index 5cef666..d5415da 100644
--- a/doc/sphinx/conf.py.in
+++ b/doc/sphinx/conf.py.in
@@ -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 = []



More information about the varnish-commit mailing list