Commit 09239213 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Remove junk

parent 6761ed72
...@@ -5,16 +5,11 @@ import os ...@@ -5,16 +5,11 @@ import os
import simtk.openmm.version import simtk.openmm.version
extensions = ['sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.autosummary', extensions = ['sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.autosummary',
'sphinx.ext.autodoc', 'numpydoc', 'sphinx.ext.intersphinx',] 'sphinx.ext.autodoc', 'numpydoc',]
autosummary_generate = True autosummary_generate = True
autodoc_default_flags = ['members', 'inherited-members'] autodoc_default_flags = ['members', 'inherited-members']
_python_doc_base = 'http://docs.python.org/2.7'
intersphinx_mapping = {
_python_doc_base: None,
}
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
...@@ -37,49 +32,17 @@ release = simtk.openmm.version.full_version ...@@ -37,49 +32,17 @@ release = simtk.openmm.version.full_version
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
exclude_patterns = ['_build'] exclude_patterns = ['_build']
# The name of the Pygments (syntax highlighting) style to use. # The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx' 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 = "sphinx_rtd_theme" html_theme = "sphinx_rtd_theme"
html_theme_options = {
# 'logo': 'OPENMMLogo.png',
#'description': 'A high performance GPU molecular simulation toolkit',
#'github_user': 'pandegroup',
#'github_repo': 'openmm',
#'travis_button': True,
}
html_logo = 'logo.png' html_logo = 'logo.png'
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = []
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None #html_favicon = None
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
html_sidebars = {
'**': [
'about.html',
'navigation.html',
'searchbox.html',
]
}
autodoc_member_order = 'bysource' autodoc_member_order = 'bysource'
# stackoverflow.com/questions/12206334 # stackoverflow.com/questions/12206334
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment