Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Config adjustments.
Don't generate module index, which doesn't make sense for a cookbook.
Enable 'sectionauthor' and related directives.
  • Loading branch information
mikeorr committed Feb 16, 2012
1 parent 99fffbe commit e2476b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf.py
Expand Up @@ -85,7 +85,7 @@

# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
#show_authors = False
show_authors = True

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down Expand Up @@ -150,7 +150,7 @@
#html_additional_pages = {}

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

# If false, no index is generated.
#html_use_index = True
Expand Down
1 change: 0 additions & 1 deletion index.rst
Expand Up @@ -102,6 +102,5 @@ Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit e2476b0

Please sign in to comment.