|
29 | 29 |
|
30 | 30 | # Add any Sphinx extension module names here, as strings. They can be extensions
|
31 | 31 | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
32 |
| -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', |
| 32 | +extensions = ['sphinx.ext.autodoc', |
| 33 | + 'sphinx.ext.intersphinx', |
| 34 | + 'sphinx.ext.todo', |
33 | 35 | 'sphinxcontrib.aafig',
|
34 |
| - 'pyramid_sphinx_themes' |
35 | 36 | ]
|
36 | 37 |
|
37 | 38 | # Add any paths that contain templates here, relative to this directory.
|
|
114 | 115 | html_theme = 'bootstrap'
|
115 | 116 | html_theme = 'rtd'
|
116 | 117 |
|
117 |
| -# html_theme = 'bootstrap' |
118 |
| - |
119 |
| -#html_theme ='ground' |
120 |
| - |
121 | 118 | # Theme options are theme-specific and customize the look and feel of a theme
|
122 | 119 | # further. For a list of options available for each theme, see the
|
123 | 120 | # documentation.
|
|
126 | 123 | # Add any paths that contain custom themes here, relative to this directory.
|
127 | 124 | html_theme_path = ['_themes']
|
128 | 125 |
|
129 |
| -#html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() |
130 |
| -#html_theme_path = [cloud_sptheme.get_theme_dir()] |
131 |
| - |
132 | 126 | # from pyramid_sphinx_themes import get_html_themes_path
|
133 | 127 | # html_theme_path = get_html_themes_path()
|
134 | 128 |
|
135 |
| -# html_theme_options = { |
136 |
| - # 'bootswatch_theme': 'united', |
137 |
| - # 'source_link_position': 'footer', |
138 |
| - # 'navbar_links': [ |
139 |
| - # ('Github', 'https://www.github.com/tony/tmuxp/', True) |
140 |
| - # ] |
141 |
| -# } |
142 |
| - |
143 | 129 | # The name for this set of Sphinx documents. If None, it defaults to
|
144 | 130 | # "<project> v<release> documentation".
|
145 | 131 | #html_title = None
|
|
0 commit comments