Skip to content

Commit 3f890d4

Browse files
committed
Clean out old comment cruft in conf.py
1 parent f7a7794 commit 3f890d4

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

doc/conf.py

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929

3030
# Add any Sphinx extension module names here, as strings. They can be extensions
3131
# 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',
3335
'sphinxcontrib.aafig',
34-
'pyramid_sphinx_themes'
3536
]
3637

3738
# Add any paths that contain templates here, relative to this directory.
@@ -114,10 +115,6 @@
114115
html_theme = 'bootstrap'
115116
html_theme = 'rtd'
116117

117-
# html_theme = 'bootstrap'
118-
119-
#html_theme ='ground'
120-
121118
# Theme options are theme-specific and customize the look and feel of a theme
122119
# further. For a list of options available for each theme, see the
123120
# documentation.
@@ -126,20 +123,9 @@
126123
# Add any paths that contain custom themes here, relative to this directory.
127124
html_theme_path = ['_themes']
128125

129-
#html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
130-
#html_theme_path = [cloud_sptheme.get_theme_dir()]
131-
132126
# from pyramid_sphinx_themes import get_html_themes_path
133127
# html_theme_path = get_html_themes_path()
134128

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-
143129
# The name for this set of Sphinx documents. If None, it defaults to
144130
# "<project> v<release> documentation".
145131
#html_title = None

0 commit comments

Comments
 (0)