Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Variables
conf.py File Reference

Go to the source code of this file.

Namespaces

namespace  source.conf

Variables

string SPHINX_VERSION_REQUIRED = "1.0.8"
string RST2PDF_VERSION_REQUIRED = "0.14.2"
list extensions = []
list templates_path = ['templates']
string source_suffix = '.txt'
string master_doc = 'index'
string project = u'Groonga'
string copyright = u'2009-'
list version = os.environ["DOCUMENT_VERSION"]
list release = os.environ["DOCUMENT_VERSION_FULL"]
list locale_dirs = ["../locale"]
list language = os.environ['LOCALE']
tuple locale_dir = os.path.dirname(__file__)
tuple catalog = gettext.Catalog("conf", localedir=locale_dir, languages=[language])
 _ = catalog.gettext
list exclude_patterns = ['_build', 'commands_not_implemented']
string pygments_style = 'sphinx'
string html_theme = 'groonga'
dictionary html_theme_options
dictionary html_context = {"language": language}
list html_theme_path = ["../themes"]
tuple html_title_format = unicode(_("%(project)s v%(release)s documentation"), "utf-8")
dictionary html_title
 html_use_smartypants = False
 html_show_sphinx = False
string htmlhelp_basename = 'groongadoc'
list latex_documents
list pdf_documents
list pdf_stylesheets = ['sphinx', 'kerning', 'a4']
 pdf_language = language
list pdf_font_path = []
string pdf_fit_mode = "shrink"
 pdf_inline_footnotes = True
int pdf_break_level = 2
list man_pages