Skip to content
Snippets Groups Projects
Commit cf503c28 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Updated sphinx conf.py for nicer documentation

parent b3fecbd7
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,9 @@ import os ...@@ -30,8 +30,9 @@ import os
# ones. # ones.
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinx.ext.pngmath', 'sphinx.ext.mathjax',
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
...@@ -47,8 +48,8 @@ source_suffix = '.rst' ...@@ -47,8 +48,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'FSLpy' project = u'fslpy'
copyright = u'2014, Paul McCarthy' copyright = u'2015, Paul McCarthy, FMRIB Centre'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
...@@ -102,7 +103,7 @@ pygments_style = 'sphinx' ...@@ -102,7 +103,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
html_theme = 'default' html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme # 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 # further. For a list of options available for each theme, see the
...@@ -180,7 +181,7 @@ html_static_path = ['_static'] ...@@ -180,7 +181,7 @@ html_static_path = ['_static']
#html_file_suffix = None #html_file_suffix = None
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'FSLpydoc' htmlhelp_basename = 'fslpydoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment