|
31 | 31 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
32 | 32 | # ones. |
33 | 33 | extensions = ['sphinx.ext.todo', |
34 | | - 'sphinx.ext.ifconfig', |
35 | | - 'sphinx.ext.viewcode', |
36 | | - 'sphinx.ext.githubpages'] |
| 34 | + 'sphinx.ext.ifconfig', |
| 35 | + 'sphinx.ext.viewcode', |
| 36 | + 'sphinx.ext.githubpages'] |
37 | 37 |
|
38 | 38 | # Add any paths that contain templates here, relative to this directory. |
39 | 39 | templates_path = ['_templates'] |
|
85 | 85 | # The theme to use for HTML and HTML Help pages. See the documentation for |
86 | 86 | # a list of builtin themes. |
87 | 87 | # |
88 | | -html_theme = 'alabaster' |
| 88 | +html_theme = 'sphinx_rtd_theme' |
89 | 89 |
|
90 | 90 | # Theme options are theme-specific and customize the look and feel of a theme |
91 | 91 | # further. For a list of options available for each theme, see the |
92 | 92 | # documentation. |
93 | 93 | # |
| 94 | + |
94 | 95 | html_theme_options = { |
95 | | - 'description': "Define your serverless infrastructure as a simple YAML file", |
96 | | - 'logo': 'logo.png', |
97 | | - 'logo_name': True, |
98 | | - 'logo_text_align': 'center', |
99 | | - 'github_user': 'awslabs', |
100 | | - 'github_repo': 'serverless-application-model', |
101 | | - 'github_button': True, |
102 | | - 'github_type': 'star', |
103 | | - 'github_banner': True, |
104 | | - 'sidebar_collapse': True, |
105 | 96 | } |
106 | 97 |
|
| 98 | +# html_theme_options = { |
| 99 | +# 'description': "Define your serverless infrastructure as a simple YAML file", |
| 100 | +# 'logo': 'logo.png', |
| 101 | +# 'logo_name': True, |
| 102 | +# 'logo_text_align': 'center', |
| 103 | +# 'github_user': 'awslabs', |
| 104 | +# 'github_repo': 'serverless-application-model', |
| 105 | +# 'github_button': True, |
| 106 | +# 'github_type': 'star', |
| 107 | +# 'github_banner': True, |
| 108 | +# 'sidebar_collapse': True, |
| 109 | +# } |
| 110 | + |
107 | 111 | # Add any paths that contain custom static files (such as style sheets) here, |
108 | 112 | # relative to this directory. They are copied after the builtin static files, |
109 | 113 | # so a file named "default.css" will overwrite the builtin "default.css". |
|
116 | 120 | # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars |
117 | 121 | html_sidebars = { |
118 | 122 | '**': [ |
119 | | - 'about.html', |
120 | | - 'navigation.html', |
121 | | - 'relations.html' |
| 123 | + 'about.html', |
| 124 | + 'navigation.html', |
| 125 | + 'relations.html' |
122 | 126 | ] |
123 | 127 | } |
124 | 128 |
|
|
180 | 184 | ] |
181 | 185 |
|
182 | 186 |
|
183 | | - |
184 | 187 | # -- Options for Epub output ---------------------------------------------- |
185 | 188 |
|
186 | 189 | # Bibliographic Dublin Core info. |
|
200 | 203 |
|
201 | 204 | # A list of files that should not be packed into the epub file. |
202 | 205 | epub_exclude_files = ['search.html'] |
203 | | - |
204 | | - |
|
0 commit comments