|
@@ -0,0 +1,155 @@
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+project = u'Tripal'
|
|
|
+copyright = u'2018, Stephen Ficklin, Lacey Sanderson, Bradford Condon et al'
|
|
|
+author = u'Stephen Ficklin, Lacey Sanderson, Bradford Condon et al'
|
|
|
+
|
|
|
+
|
|
|
+version = u''
|
|
|
+
|
|
|
+release = u'7.x-3.x'
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+extensions = [
|
|
|
+]
|
|
|
+
|
|
|
+
|
|
|
+templates_path = ['_templates']
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+source_suffix = '.rst'
|
|
|
+
|
|
|
+
|
|
|
+master_doc = 'index'
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+language = None
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store']
|
|
|
+
|
|
|
+
|
|
|
+pygments_style = 'sphinx'
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+html_theme = "sphinx_rtd_theme"
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+html_static_path = ['_static']
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+htmlhelp_basename = 'Tripaldoc'
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+latex_elements = {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+latex_documents = [
|
|
|
+ (master_doc, 'Tripal.tex', u'Tripal Documentation',
|
|
|
+ u'Stephen Ficklin, Lacey Sanderson, Bradford Condon et al', 'manual'),
|
|
|
+]
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+man_pages = [
|
|
|
+ (master_doc, 'tripal', u'Tripal Documentation',
|
|
|
+ [author], 1)
|
|
|
+]
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+texinfo_documents = [
|
|
|
+ (master_doc, 'Tripal', u'Tripal Documentation',
|
|
|
+ author, 'Tripal', 'One line description of project.',
|
|
|
+ 'Miscellaneous'),
|
|
|
+]
|