docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3ea8024..e38f8c0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,7 +125,7 @@ html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +html_use_smartypants = True # Custom sidebar templates, maps document names to template names. #html_sidebars = {} @@ -138,7 +138,7 @@ html_last_updated_fmt = '%b %d, %Y' #html_use_modindex = True # If false, no index is generated. -#html_use_index = True +html_use_index = True # If true, the index is split into individual pages for each letter. #html_split_index = False @@ -149,7 +149,7 @@ html_last_updated_fmt = '%b %d, %Y' # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. -#html_use_opensearch = '' +html_use_opensearch = 'objects.inv' # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). #html_file_suffix = ''