PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/docs/en/conf.py

http://github.com/doctrine/mongodb-odm
Python | 195 lines | 23 code | 51 blank | 121 comment | 0 complexity | e5e72782bdf26f695a601307ba42c4c3 MD5 | raw file
  1. # -*- coding: utf-8 -*-
  2. #
  3. # Doctrine MongoDB ODM documentation build configuration file, created by
  4. # sphinx-quickstart on Fri Dec 3 18:10:24 2010.
  5. #
  6. # This file is execfile()d with the current directory set to its containing dir.
  7. #
  8. # Note that not all possible configuration values are present in this
  9. # autogenerated file.
  10. #
  11. # All configuration values have a default; values that are commented out
  12. # serve to show the default.
  13. import sys, os
  14. # If extensions (or modules to document with autodoc) are in another directory,
  15. # add these directories to sys.path here. If the directory is relative to the
  16. # documentation root, use os.path.abspath to make it absolute, like shown here.
  17. sys.path.append(os.path.abspath('_exts'))
  18. # -- General configuration -----------------------------------------------------
  19. # Add any Sphinx extension module names here, as strings. They can be extensions
  20. # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
  21. extensions = ['configurationblock']
  22. # Add any paths that contain templates here, relative to this directory.
  23. templates_path = ['_templates']
  24. # The suffix of source filenames.
  25. source_suffix = '.rst'
  26. # The encoding of source files.
  27. #source_encoding = 'utf-8'
  28. # The master toctree document.
  29. master_doc = 'index'
  30. # General information about the project.
  31. project = u'Doctrine MongoDB ODM'
  32. copyright = u'2013, Doctrine Project Team'
  33. # The version info for the project you're documenting, acts as replacement for
  34. # |version| and |release|, also used in various other places throughout the
  35. # built documents.
  36. #
  37. # The short X.Y version.
  38. version = '1.1'
  39. # The full version, including alpha/beta/rc tags.
  40. release = '1.1.1'
  41. # The language for content autogenerated by Sphinx. Refer to documentation
  42. # for a list of supported languages.
  43. language = 'php'
  44. # There are two options for replacing |today|: either, you set today to some
  45. # non-false value, then it is used:
  46. #today = ''
  47. # Else, today_fmt is used as the format for a strftime call.
  48. #today_fmt = '%B %d, %Y'
  49. # List of documents that shouldn't be included in the build.
  50. #unused_docs = []
  51. # List of directories, relative to source directory, that shouldn't be searched
  52. # for source files.
  53. exclude_trees = ['_build']
  54. # The reST default role (used for this markup: `text`) to use for all documents.
  55. #default_role = None
  56. # If true, '()' will be appended to :func: etc. cross-reference text.
  57. #add_function_parentheses = True
  58. # If true, the current module name will be prepended to all description
  59. # unit titles (such as .. function::).
  60. #add_module_names = True
  61. # If true, sectionauthor and moduleauthor directives will be shown in the
  62. # output. They are ignored by default.
  63. show_authors = True
  64. # The name of the Pygments (syntax highlighting) style to use.
  65. pygments_style = 'sphinx'
  66. # A list of ignored prefixes for module index sorting.
  67. #modindex_common_prefix = []
  68. # -- Options for HTML output ---------------------------------------------------
  69. # The theme to use for HTML and HTML Help pages. Major themes that come with
  70. # Sphinx are currently 'default' and 'sphinxdoc'.
  71. html_theme = 'doctrine'
  72. html_theme_path = ['_theme']
  73. # Theme options are theme-specific and customize the look and feel of a theme
  74. # further. For a list of options available for each theme, see the
  75. # documentation.
  76. #html_theme_options = {}
  77. # Add any paths that contain custom themes here, relative to this directory.
  78. #html_theme_path = []
  79. # The name for this set of Sphinx documents. If None, it defaults to
  80. # "<project> v<release> documentation".
  81. #html_title = None
  82. # A shorter title for the navigation bar. Default is the same as html_title.
  83. #html_short_title = None
  84. # The name of an image file (relative to this directory) to place at the top
  85. # of the sidebar.
  86. #html_logo = None
  87. # The name of an image file (within the static path) to use as favicon of the
  88. # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
  89. # pixels large.
  90. #html_favicon = None
  91. # Add any paths that contain custom static files (such as style sheets) here,
  92. # relative to this directory. They are copied after the builtin static files,
  93. # so a file named "default.css" will overwrite the builtin "default.css".
  94. #html_static_path = ['_static']
  95. # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
  96. # using the given strftime format.
  97. #html_last_updated_fmt = '%b %d, %Y'
  98. # If true, SmartyPants will be used to convert quotes and dashes to
  99. # typographically correct entities.
  100. #html_use_smartypants = True
  101. # Custom sidebar templates, maps document names to template names.
  102. #html_sidebars = {}
  103. # Additional templates that should be rendered to pages, maps page names to
  104. # template names.
  105. #html_additional_pages = {}
  106. # If false, no module index is generated.
  107. html_use_modindex = False
  108. # If false, no index is generated.
  109. html_use_index = False
  110. # If true, the index is split into individual pages for each letter.
  111. #html_split_index = False
  112. # If true, links to the reST sources are added to the pages.
  113. #html_show_sourcelink = True
  114. # If true, an OpenSearch description file will be output, and all pages will
  115. # contain a <link> tag referring to it. The value of this option must be the
  116. # base URL from which the finished HTML is served.
  117. #html_use_opensearch = ''
  118. # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
  119. #html_file_suffix = ''
  120. # Output file base name for HTML help builder.
  121. htmlhelp_basename = 'DoctrineMongoDBODMdoc'
  122. # -- Options for LaTeX output --------------------------------------------------
  123. # The paper size ('letter' or 'a4').
  124. #latex_paper_size = 'letter'
  125. # The font size ('10pt', '11pt' or '12pt').
  126. #latex_font_size = '10pt'
  127. # Grouping the document tree into LaTeX files. List of tuples
  128. # (source start file, target name, title, author, documentclass [howto/manual]).
  129. latex_documents = [
  130. ('index', 'DoctrineMongoDBODM.tex', u'Doctrine MongoDB ODM Documentation',
  131. u'Doctrine Project Team', 'manual'),
  132. ]
  133. # The name of an image file (relative to this directory) to place at the top of
  134. # the title page.
  135. #latex_logo = None
  136. # For "manual" documents, if this is true, then toplevel headings are parts,
  137. # not chapters.
  138. #latex_use_parts = False
  139. # Additional stuff for the LaTeX preamble.
  140. #latex_preamble = ''
  141. # Documents to append as an appendix to all manuals.
  142. #latex_appendices = []
  143. # If false, no module index is generated.
  144. #latex_use_modindex = True