File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 97
97
# show_authors = False
98
98
99
99
# The name of the Pygments (syntax highlighting) style to use.
100
- pygments_style = 'guzzle_sphinx_theme.GuzzleStyle'
101
- # pygments_style = 'sphinx'
100
+ # pygments_style = 'guzzle_sphinx_theme.GuzzleStyle'
101
+ pygments_style = 'sphinx'
102
102
103
103
# A list of ignored prefixes for module index sorting.
104
104
# modindex_common_prefix = []
194
194
htmlhelp_basename = 'aws-clidoc'
195
195
196
196
# Adds an HTML table visitor to apply Bootstrap table classes
197
- html_translator_class = 'guzzle_sphinx_theme.HTMLTranslator'
198
- p = os .path .abspath ('.' )
199
- p = os .path .join (p , 'guzzle_sphinx_theme' )
200
- html_theme_path = [p ]
201
- html_theme = 'guzzle_sphinx_theme'
197
+ # html_translator_class = 'guzzle_sphinx_theme.HTMLTranslator'
198
+ # p = os.path.abspath('.')
199
+ # p = os.path.join(p, 'guzzle_sphinx_theme')
200
+ # html_theme_path = [p]
201
+ # html_theme = 'guzzle_sphinx_theme'
202
202
# Register the theme as an extension to generate a sitemap.xml
203
- extensions .append ("guzzle_sphinx_theme" )
203
+ # extensions.append("guzzle_sphinx_theme")
204
204
205
205
html_theme_options = {
206
206
# Set the name of the project to appear in the nav menu
You can’t perform that action at this time.
0 commit comments