From cff88d2385ed71d3cdece328a562b9cde84f4cd3 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 22 Apr 2011 16:47:44 +0000 Subject: Merge last bits from the tutorial. Many other cleanups and changes in the docs. Make the index page a functional standin for the current site so the entire website can be built using Sphinx. --- doc/conf.py | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index f4884cb69..d802afa28 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -70,11 +70,11 @@ release = '%d.%d.%d' % (botan_version.release_major, # non-false value, then it is used: #today = '' # Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' +today_fmt = '%Y-%m-%d' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +exclude_patterns = [] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None @@ -115,7 +115,7 @@ html_theme = 'default' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = 'Botan' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None @@ -132,7 +132,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. @@ -217,12 +217,3 @@ latex_show_urls = True # If false, no module index is generated. #latex_domain_indices = True - -# -- Options for manual page output -------------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - ('index', 'botan', u'botan Documentation', - [u'Jack Lloyd'], 1) -] -- cgit v1.2.3