|
| 1 | +# -*- coding: utf-8 -*- |
| 2 | +# |
| 3 | +# Matplotlib documentation build configuration file, created by |
| 4 | +# sphinx-quickstart on Fri May 2 12:33:25 2008. |
| 5 | +# |
| 6 | +# This file is execfile()d with the current directory set to its containing dir. |
| 7 | +# |
| 8 | +# The contents of this file are pickled, so don't put values in the namespace |
| 9 | +# that aren't pickleable (module imports are okay, they're removed automatically). |
| 10 | +# |
| 11 | +# All configuration values have a default value; values that are commented out |
| 12 | +# serve to show the default value. |
| 13 | + |
| 14 | +import sys, os |
| 15 | + |
| 16 | +# If your extensions are in another directory, add it here. If the directory |
| 17 | +# is relative to the documentation root, use os.path.abspath to make it |
| 18 | +# absolute, like shown here. |
| 19 | +sys.path.append(os.path.abspath('sphinxext')) |
| 20 | + |
| 21 | +# Import support for ipython console session syntax highlighting (lives |
| 22 | +# in the sphinxext directory defined above) |
| 23 | +import ipython_console_highlighting |
| 24 | + |
| 25 | +# General configuration |
| 26 | +# --------------------- |
| 27 | + |
| 28 | +# Add any Sphinx extension module names here, as strings. They can be extensions |
| 29 | +# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
| 30 | +extensions = ['mathpng', 'sphinx.ext.autodoc'] |
| 31 | + |
| 32 | +# Add any paths that contain templates here, relative to this directory. |
| 33 | +templates_path = ['_templates'] |
| 34 | + |
| 35 | +# The suffix of source filenames. |
| 36 | +source_suffix = '.rst' |
| 37 | + |
| 38 | +# The master toctree document. |
| 39 | +master_doc = 'index' |
| 40 | + |
| 41 | +# General substitutions. |
| 42 | +project = 'Matplotlib' |
| 43 | +copyright = '2008, John Hunter, Darren Dale, Michael Droettboom' |
| 44 | + |
| 45 | +# The default replacements for |version| and |release|, also used in various |
| 46 | +# other places throughout the built documents. |
| 47 | +# |
| 48 | +# The short X.Y version. |
| 49 | +version = '0.98' |
| 50 | +# The full version, including alpha/beta/rc tags. |
| 51 | +release = '0.98pre' |
| 52 | + |
| 53 | +# There are two options for replacing |today|: either, you set today to some |
| 54 | +# non-false value, then it is used: |
| 55 | +#today = '' |
| 56 | +# Else, today_fmt is used as the format for a strftime call. |
| 57 | +today_fmt = '%B %d, %Y' |
| 58 | + |
| 59 | +# List of documents that shouldn't be included in the build. |
| 60 | +unused_docs = [] |
| 61 | + |
| 62 | +# If true, '()' will be appended to :func: etc. cross-reference text. |
| 63 | +#add_function_parentheses = True |
| 64 | + |
| 65 | +# If true, the current module name will be prepended to all description |
| 66 | +# unit titles (such as .. function::). |
| 67 | +#add_module_names = True |
| 68 | + |
| 69 | +# If true, sectionauthor and moduleauthor directives will be shown in the |
| 70 | +# output. They are ignored by default. |
| 71 | +#show_authors = False |
| 72 | + |
| 73 | +# The name of the Pygments (syntax highlighting) style to use. |
| 74 | +pygments_style = 'sphinx' |
| 75 | + |
| 76 | + |
| 77 | +# Options for HTML output |
| 78 | +# ----------------------- |
| 79 | + |
| 80 | +# The style sheet to use for HTML and HTML Help pages. A file of that name |
| 81 | +# must exist either in Sphinx' static/ path, or in one of the custom paths |
| 82 | +# given in html_static_path. |
| 83 | +html_style = 'default.css' |
| 84 | + |
| 85 | +# The name for this set of Sphinx documents. If None, it defaults to |
| 86 | +# "<project> v<release> documentation". |
| 87 | +#html_title = None |
| 88 | + |
| 89 | +# The name of an image file (within the static path) to place at the top of |
| 90 | +# the sidebar. |
| 91 | +#html_logo = 'logo.png' |
| 92 | + |
| 93 | +# Add any paths that contain custom static files (such as style sheets) here, |
| 94 | +# relative to this directory. They are copied after the builtin static files, |
| 95 | +# so a file named "default.css" will overwrite the builtin "default.css". |
| 96 | +html_static_path = ['_static'] |
| 97 | + |
| 98 | +# If nonempty, this is the file name suffix for generated HTML files. The |
| 99 | +# default is ``".html"``. |
| 100 | +#html_file_suffix = '.xhtml' |
| 101 | + |
| 102 | +# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
| 103 | +# using the given strftime format. |
| 104 | +html_last_updated_fmt = '%b %d, %Y' |
| 105 | + |
| 106 | +# If true, SmartyPants will be used to convert quotes and dashes to |
| 107 | +# typographically correct entities. |
| 108 | +#html_use_smartypants = True |
| 109 | + |
| 110 | +# Custom sidebar templates, maps document names to template names. |
| 111 | +#html_sidebars = {} |
| 112 | + |
| 113 | +# Additional templates that should be rendered to pages, maps page names to |
| 114 | +# template names. |
| 115 | +#html_additional_pages = {} |
| 116 | + |
| 117 | +# If false, no module index is generated. |
| 118 | +#html_use_modindex = True |
| 119 | + |
| 120 | +# If true, the reST sources are included in the HTML build as _sources/<name>. |
| 121 | +#html_copy_source = True |
| 122 | + |
| 123 | +# If true, an OpenSearch description file will be output, and all pages will |
| 124 | +# contain a <link> tag referring to it. |
| 125 | +html_use_opensearch = 'False' |
| 126 | + |
| 127 | +# Output file base name for HTML help builder. |
| 128 | +htmlhelp_basename = 'Matplotlibdoc' |
| 129 | + |
| 130 | + |
| 131 | +# Options for LaTeX output |
| 132 | +# ------------------------ |
| 133 | + |
| 134 | +# The paper size ('letter' or 'a4'). |
| 135 | +latex_paper_size = 'letter' |
| 136 | + |
| 137 | +# The font size ('10pt', '11pt' or '12pt'). |
| 138 | +latex_font_size = '11pt' |
| 139 | + |
| 140 | +# Grouping the document tree into LaTeX files. List of tuples |
| 141 | +# (source start file, target name, title, author, document class [howto/manual]). |
| 142 | +latex_documents = [ |
| 143 | + ('index', 'Matplotlib.tex', 'Matplotlib', 'John Hunter, Darren Dale', 'Michael Droettboom', 'manual'), |
| 144 | +] |
| 145 | + |
| 146 | +# The name of an image file (relative to this directory) to place at the top of |
| 147 | +# the title page. |
| 148 | +latex_logo = None |
| 149 | + |
| 150 | +# Additional stuff for the LaTeX preamble. |
| 151 | +latex_preamble = '' |
| 152 | + |
| 153 | +# Documents to append as an appendix to all manuals. |
| 154 | +latex_appendices = [] |
| 155 | + |
| 156 | +# If false, no module index is generated. |
| 157 | +latex_use_modindex = True |
| 158 | + |
| 159 | +latex_use_parts = True |
0 commit comments