|
32 | 32 | todo_include_todos=True |
33 | 33 |
|
34 | 34 | # Add any paths that contain templates here, relative to this directory. |
35 | | -templates_path= ['_templates'] |
| 35 | +#templates_path = ['_templates'] |
36 | 36 |
|
37 | 37 | # The suffix of source filenames. |
38 | 38 | source_suffix='.rst' |
|
45 | 45 |
|
46 | 46 | # General information about the project. |
47 | 47 | project=u'cpp-netlib' |
48 | | -copyright=u'2008-2012, Glyn Matthews, Dean Michael Berris' |
| 48 | +copyright=u'2008-2013, Glyn Matthews, Dean Michael Berris; 2013 Google, Inc.' |
49 | 49 |
|
50 | 50 | # The version info for the project you're documenting, acts as replacement for |
51 | 51 | # |version| and |release|, also used in various other places throughout the |
|
54 | 54 | # The short X.Y version. |
55 | 55 | version='0.9' |
56 | 56 | # The full version, including alpha/beta/rc tags. |
57 | | -release='0.9.4' |
| 57 | +release='0.9.5' |
58 | 58 |
|
59 | 59 | # The language for content autogenerated by Sphinx. Refer to documentation |
60 | 60 | # for a list of supported languages. |
|
77 | 77 |
|
78 | 78 | # If true, the current module name will be prepended to all description |
79 | 79 | # unit titles (such as .. function::). |
80 | | -#add_module_names = True |
| 80 | +add_module_names=True |
81 | 81 |
|
82 | 82 | # If true, sectionauthor and moduleauthor directives will be shown in the |
83 | 83 | # output. They are ignored by default. |
|
95 | 95 |
|
96 | 96 | # The theme to use for HTML and HTML Help pages. Major themes that come with |
97 | 97 | # Sphinx are currently 'default' and 'sphinxdoc'. |
98 | | -html_theme='default' |
| 98 | +html_theme='pyramid' |
99 | 99 |
|
100 | 100 | # The name for this set of Sphinx documents. If None, it defaults to |
101 | 101 | # "<project> v<release> documentation". |
102 | | -html_title='cpp-netlib v0.9.4' |
| 102 | +html_title='cpp-netlib v0.9.5' |
103 | 103 |
|
104 | 104 | # A shorter title for the navigation bar. Default is the same as html_title. |
105 | 105 | #html_short_title = 'cpp-netlib' |
106 | 106 |
|
| 107 | +# Use an HTML index. |
| 108 | +html_use_index=False |
| 109 | + |
107 | 110 | # Add any paths that contain custom static files (such as style sheets) here, |
108 | 111 | # relative to this directory. They are copied after the builtin static files, |
109 | 112 | # so a file named "default.css" will overwrite the builtin "default.css". |
110 | | -html_style='cpp-netlib.css' |
111 | | -html_static_path= ['_static'] |
| 113 | +#html_style = 'cpp-netlib.css' |
| 114 | +#html_static_path = ['_static'] |
112 | 115 |
|
113 | | -html_translator_class="adjusts.CppNetlibHTMLTranslator" |
| 116 | +#html_translator_class = "adjusts.CppNetlibHTMLTranslator" |
114 | 117 |
|
115 | 118 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
116 | 119 | # using the given strftime format. |
117 | | -#html_last_updated_fmt = '%b %d, %Y' |
| 120 | +html_last_updated_fmt='%b %d, %Y' |
118 | 121 |
|
119 | 122 | # If true, SmartyPants will be used to convert quotes and dashes to |
120 | 123 | # typographically correct entities. |
|