Documentations for DC resistivity survey

This commit is contained in:
SEOGI KANG
2014-07-12 14:15:51 -07:00
parent 5886b4b62a
commit 8e616dc4c8
3 changed files with 137 additions and 6 deletions
+7 -2
View File
@@ -93,8 +93,13 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
try:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
pass
except Exception, e:
html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.