|
|
@@ -12,14 +12,15 @@
|
|
|
# All configuration values have a default; values that are commented out
|
|
|
# serve to show the default.
|
|
|
|
|
|
-import sys
|
|
|
import os
|
|
|
import shlex
|
|
|
+import sys
|
|
|
+
|
|
|
|
|
|
# If extensions (or modules to document with autodoc) are in another directory,
|
|
|
# add these directories to sys.path here. If the directory is relative to the
|
|
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
|
|
-#sys.path.insert(0, os.path.abspath('.'))
|
|
|
+sys.path.insert(0, os.path.abspath('../'))
|
|
|
|
|
|
# -- General configuration ------------------------------------------------
|
|
|
|
|
|
@@ -114,7 +115,7 @@ todo_include_todos = True
|
|
|
|
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
|
# a list of builtin themes.
|
|
|
-html_theme = 'alabaster'
|
|
|
+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
|
|
|
@@ -211,25 +212,25 @@ htmlhelp_basename = 'cloudbridgedoc'
|
|
|
# -- Options for LaTeX output ---------------------------------------------
|
|
|
|
|
|
latex_elements = {
|
|
|
-# The paper size ('letterpaper' or 'a4paper').
|
|
|
-#'papersize': 'letterpaper',
|
|
|
+ # The paper size ('letterpaper' or 'a4paper').
|
|
|
+ #'papersize': 'letterpaper',
|
|
|
|
|
|
-# The font size ('10pt', '11pt' or '12pt').
|
|
|
-#'pointsize': '10pt',
|
|
|
+ # The font size ('10pt', '11pt' or '12pt').
|
|
|
+ #'pointsize': '10pt',
|
|
|
|
|
|
-# Additional stuff for the LaTeX preamble.
|
|
|
-#'preamble': '',
|
|
|
+ # Additional stuff for the LaTeX preamble.
|
|
|
+ #'preamble': '',
|
|
|
|
|
|
-# Latex figure (float) alignment
|
|
|
-#'figure_align': 'htbp',
|
|
|
+ # Latex figure (float) alignment
|
|
|
+ #'figure_align': 'htbp',
|
|
|
}
|
|
|
|
|
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
|
# (source start file, target name, title,
|
|
|
# author, documentclass [howto, manual, or own class]).
|
|
|
latex_documents = [
|
|
|
- (master_doc, 'cloudbridge.tex', u'cloudbridge Documentation',
|
|
|
- u'GVL and Galaxy Projects', 'manual'),
|
|
|
+ (master_doc, 'cloudbridge.tex', u'cloudbridge Documentation',
|
|
|
+ u'GVL and Galaxy Projects', 'manual'),
|
|
|
]
|
|
|
|
|
|
# The name of an image file (relative to this directory) to place at the top of
|
|
|
@@ -272,9 +273,9 @@ man_pages = [
|
|
|
# (source start file, target name, title, author,
|
|
|
# dir menu entry, description, category)
|
|
|
texinfo_documents = [
|
|
|
- (master_doc, 'cloudbridge', u'cloudbridge Documentation',
|
|
|
- author, 'cloudbridge', 'One line description of project.',
|
|
|
- 'Miscellaneous'),
|
|
|
+ (master_doc, 'cloudbridge', u'cloudbridge Documentation',
|
|
|
+ author, 'cloudbridge', 'One line description of project.',
|
|
|
+ 'Miscellaneous'),
|
|
|
]
|
|
|
|
|
|
# Documents to append as an appendix to all manuals.
|