Skip to content

Commit

Permalink
Tweak the footer and index-thing
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianLyng committed Mar 27, 2012
1 parent fea90ab commit 6ef392c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions material/webdev/index.rst
@@ -1,3 +1,5 @@
:orphan:

The following files are provided for the Varnish training material:

* `<ajax.html>`_ - Used to test maqued and unmasqued AJAX calls
Expand Down
4 changes: 2 additions & 2 deletions src/conf.py.in
Expand Up @@ -41,7 +41,7 @@ master_doc = 'index'

# General information about the project.
project = u'The Varnish Book'
copyright = u'2012, Varnish Software'
copyright = u'2012, Varnish Software. CC-BY-NC-SA'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -157,7 +157,7 @@ html_sidebars = {
#html_domain_indices = True

# If false, no index is generated.
html_use_index = True
html_use_index = False

# If true, the index is split into individual pages for each letter.
#html_split_index = False
Expand Down

0 comments on commit 6ef392c

Please sign in to comment.