theme.conf (950B)
1 [theme] 2 3 inherit = basic 4 stylesheet = guzzle.css 5 6 [options] 7 8 # Set to an html template to load custom HTML for the homepage 9 index_template = 10 11 # Set the name of the project to appear in the left sidebar. 12 project_nav_name = 13 14 # Path to a touch icon 15 touch_icon = 16 17 # Set this value to enable Disqus comments 18 disqus_comments_shortname = 19 20 # Set to enable google analytics 21 google_analytics_account = 22 23 # Specify a base_url used to generate sitemap.xml links. If not specified, then 24 # no sitemap will be built. 25 base_url = 26 27 # Allow a separate homepage from the "master_doc" 28 homepage = 29 30 # Allow the project link to be overwritten to a custom URL. 31 projectlink = 32 33 # The maximum depth of the global TOC; set it to -1 to allow unlimited depth 34 globaltoc_depth = 2 35 36 # If true, TOC entries that are not ancestors of the current page are collapsed 37 globaltoc_collapse = true 38 39 # If true, the global TOC tree will also contain hidden entries 40 globaltoc_includehidden = true