Skip to content

Commit 1b14ad5

Browse files
committed
[DROP] Testing something
1 parent 80ced8f commit 1b14ad5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: doc/source/conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
# show_authors = False
9898

9999
# 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'
102102

103103
# A list of ignored prefixes for module index sorting.
104104
# modindex_common_prefix = []
@@ -194,13 +194,13 @@
194194
htmlhelp_basename = 'aws-clidoc'
195195

196196
# 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'
202202
# Register the theme as an extension to generate a sitemap.xml
203-
extensions.append("guzzle_sphinx_theme")
203+
# extensions.append("guzzle_sphinx_theme")
204204

205205
html_theme_options = {
206206
# Set the name of the project to appear in the nav menu

0 commit comments

Comments
 (0)