Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
9af3e56b
Commit
9af3e56b
authored
Nov 14, 2015
by
Robert McGibbon
Browse files
Add new search extension
parent
51b7f9e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
22 deletions
+20
-22
docs-source/api-python/conf.py
docs-source/api-python/conf.py
+20
-22
No files found.
docs-source/api-python/conf.py
View file @
9af3e56b
...
@@ -5,45 +5,43 @@ import os
...
@@ -5,45 +5,43 @@ 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'
,
'sphinx.ext.napoleon'
,
'process-docstring'
]
'sphinx.ext.autodoc'
,
'sphinx.ext.napoleon'
,
'process-docstring'
,
'sphinxcontrib.lunrsearch'
]
autosummary_generate
=
True
autosummary_generate
=
True
autodoc_default_flags
=
[
'members'
,
'inherited-members'
]
autodoc_default_flags
=
[
'members'
,
'inherited-members'
]
autodoc_member_order
=
'bysource'
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
# The suffix of source filenames.
source_suffix
=
'.rst'
source_suffix
=
'.rst'
# The master toctree document.
master_doc
=
'index'
master_doc
=
'index'
# General information about the project.
project
=
u
'OpenMM'
project
=
u
'OpenMM'
copyright
=
u
'2015, Stanford University and the Authors'
copyright
=
u
'2015, Stanford University and the Authors'
# The short X.Y version.
version
=
simtk
.
openmm
.
version
.
short_version
version
=
simtk
.
openmm
.
version
.
short_version
# The full version, including alpha/beta/rc tags.
release
=
simtk
.
openmm
.
version
.
full_version
release
=
simtk
.
openmm
.
version
.
full_version
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns
=
[
'_build'
]
exclude_patterns
=
[
'_build'
]
html_static_path
=
[
'_static'
]
# 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
html_theme
=
"alabaster"
# a list of builtin themes.
html_theme_options
=
{
html_theme
=
"sphinx_rtd_theme"
'description'
:
"High performance molecular simulation on GPUs"
,
html_logo
=
'logo.png'
'github_button'
:
False
,
#html_favicon = None
# 'github_user': 'pandegroup',
# 'github_repo': 'openmm',
html_static_path
=
[
'_static'
]
'logo_name'
:
False
,
'logo'
:
'logo.png'
,
autodoc_member_order
=
'bysource'
}
html_sidebars
=
{
'**'
:
[
'about.html'
,
'searchbox.html'
,
'navigation.html'
,
]
}
# Napoleon settings
# Napoleon settings
napoleon_google_docstring
=
False
napoleon_google_docstring
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment