Lines Matching +full:- +full:no +full:- +full:sphinx
1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Sun Dec 9 20:01:55 2013.
22 # -- General configuration -----------------------------------------------------
24 # If your documentation needs a minimal Sphinx version, state it here.
27 # Add any Sphinx extension module names here, as strings. They can be extensions
28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29 extensions = ["sphinx.ext.todo", "sphinx.ext.mathjax"]
38 # source_encoding = 'utf-8-sig'
45 copyright = "2010-%d, The Polly Team" % date.today().year
47 # The language for content autogenerated by Sphinx. Refer to documentation
52 # non-false value, then it is used:
64 # If true, '()' will be appended to :func: etc. cross-reference text.
81 in_progress_title = "(In-Progress) " if tags.has("PreRelease") else ""
87 # -- Options for HTML output ---------------------------------------------------
100 # Theme options are theme-specific and customize the look and feel of a theme
108 # The name for this set of Sphinx documents. If None, it defaults to
144 # If false, no module index is generated.
147 # If false, no index is generated.
156 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
174 # -- Options for LaTeX output --------------------------------------------------
208 # If false, no module index is generated.
216 # -- Options for Texinfo output ------------------------------------------------
236 # If false, no module index is generated.
239 # How to display URL addresses: 'footnote', 'no', or 'inline'.