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