|
1 |
| -# -*- coding: utf-8 -*- |
2 | 1 | #
|
3 | 2 | # complexity documentation build configuration file, created by
|
4 | 3 | # sphinx-quickstart on Tue Jul 9 22:26:36 2013.
|
|
11 | 10 | # All configuration values have a default; values that are commented out
|
12 | 11 | # serve to show the default.
|
13 | 12 |
|
14 |
| -import sys, os |
| 13 | +import os |
| 14 | +import sys |
15 | 15 |
|
16 | 16 | # If extensions (or modules to document with autodoc) are in another directory,
|
17 | 17 | # add these directories to sys.path here. If the directory is relative to the
|
18 | 18 | # documentation root, use os.path.abspath to make it absolute, like shown here.
|
19 |
| -#sys.path.insert(0, os.path.abspath('.')) |
| 19 | +# sys.path.insert(0, os.path.abspath('.')) |
20 | 20 |
|
21 | 21 | cwd = os.getcwd()
|
22 | 22 | parent = os.path.dirname(cwd)
|
|
27 | 27 | # -- General configuration -----------------------------------------------------
|
28 | 28 |
|
29 | 29 | # If your documentation needs a minimal Sphinx version, state it here.
|
30 |
| -#needs_sphinx = '1.0' |
| 30 | +# needs_sphinx = '1.0' |
31 | 31 |
|
32 | 32 | # Add any Sphinx extension module names here, as strings. They can be extensions
|
33 | 33 | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
34 |
| -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode'] |
| 34 | +extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"] |
35 | 35 |
|
36 | 36 | # Add any paths that contain templates here, relative to this directory.
|
37 |
| -templates_path = ['_templates'] |
| 37 | +templates_path = ["_templates"] |
38 | 38 |
|
39 | 39 | # The suffix of source filenames.
|
40 |
| -source_suffix = '.rst' |
| 40 | +source_suffix = ".rst" |
41 | 41 |
|
42 | 42 | # The encoding of source files.
|
43 |
| -#source_encoding = 'utf-8-sig' |
| 43 | +# source_encoding = 'utf-8-sig' |
44 | 44 |
|
45 | 45 | # The master toctree document.
|
46 |
| -master_doc = 'index' |
| 46 | +master_doc = "index" |
47 | 47 |
|
48 | 48 | # General information about the project.
|
49 |
| -project = u'Django Readonly Field' |
50 |
| -copyright = u'2016, Joachim Jablon, PeopleDoc' |
| 49 | +project = "Django Readonly Field" |
| 50 | +copyright = "2016, Joachim Jablon, PeopleDoc" |
51 | 51 |
|
52 | 52 | # The version info for the project you're documenting, acts as replacement for
|
53 | 53 | # |version| and |release|, also used in various other places throughout the
|
|
60 | 60 |
|
61 | 61 | # The language for content autogenerated by Sphinx. Refer to documentation
|
62 | 62 | # for a list of supported languages.
|
63 |
| -#language = None |
| 63 | +# language = None |
64 | 64 |
|
65 | 65 | # There are two options for replacing |today|: either, you set today to some
|
66 | 66 | # non-false value, then it is used:
|
67 |
| -#today = '' |
| 67 | +# today = '' |
68 | 68 | # Else, today_fmt is used as the format for a strftime call.
|
69 |
| -#today_fmt = '%B %d, %Y' |
| 69 | +# today_fmt = '%B %d, %Y' |
70 | 70 |
|
71 | 71 | # List of patterns, relative to source directory, that match files and
|
72 | 72 | # directories to ignore when looking for source files.
|
73 |
| -exclude_patterns = ['_build'] |
| 73 | +exclude_patterns = ["_build"] |
74 | 74 |
|
75 | 75 | # The reST default role (used for this markup: `text`) to use for all documents.
|
76 |
| -#default_role = None |
| 76 | +# default_role = None |
77 | 77 |
|
78 | 78 | # If true, '()' will be appended to :func: etc. cross-reference text.
|
79 |
| -#add_function_parentheses = True |
| 79 | +# add_function_parentheses = True |
80 | 80 |
|
81 | 81 | # If true, the current module name will be prepended to all description
|
82 | 82 | # unit titles (such as .. function::).
|
83 |
| -#add_module_names = True |
| 83 | +# add_module_names = True |
84 | 84 |
|
85 | 85 | # If true, sectionauthor and moduleauthor directives will be shown in the
|
86 | 86 | # output. They are ignored by default.
|
87 |
| -#show_authors = False |
| 87 | +# show_authors = False |
88 | 88 |
|
89 | 89 | # The name of the Pygments (syntax highlighting) style to use.
|
90 |
| -pygments_style = 'sphinx' |
| 90 | +pygments_style = "sphinx" |
91 | 91 |
|
92 | 92 | # A list of ignored prefixes for module index sorting.
|
93 |
| -#modindex_common_prefix = [] |
| 93 | +# modindex_common_prefix = [] |
94 | 94 |
|
95 | 95 | # If true, keep warnings as "system message" paragraphs in the built documents.
|
96 |
| -#keep_warnings = False |
| 96 | +# keep_warnings = False |
97 | 97 |
|
98 | 98 |
|
99 | 99 | # -- Options for HTML output ---------------------------------------------------
|
100 | 100 |
|
101 | 101 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
102 | 102 | # a list of builtin themes.
|
103 |
| -html_theme = 'alabaster' |
| 103 | +html_theme = "alabaster" |
104 | 104 |
|
105 | 105 | # Theme options are theme-specific and customize the look and feel of a theme
|
106 | 106 | # further. For a list of options available for each theme, see the
|
107 | 107 | # documentation.
|
108 |
| -#html_theme_options = {} |
| 108 | +# html_theme_options = {} |
109 | 109 |
|
110 | 110 | # Add any paths that contain custom themes here, relative to this directory.
|
111 |
| -#html_theme_path = [] |
| 111 | +# html_theme_path = [] |
112 | 112 |
|
113 | 113 | # The name for this set of Sphinx documents. If None, it defaults to
|
114 | 114 | # "<project> v<release> documentation".
|
115 |
| -#html_title = None |
| 115 | +# html_title = None |
116 | 116 |
|
117 | 117 | # A shorter title for the navigation bar. Default is the same as html_title.
|
118 |
| -#html_short_title = None |
| 118 | +# html_short_title = None |
119 | 119 |
|
120 | 120 | # The name of an image file (relative to this directory) to place at the top
|
121 | 121 | # of the sidebar.
|
122 |
| -#html_logo = None |
| 122 | +# html_logo = None |
123 | 123 |
|
124 | 124 | # The name of an image file (within the static path) to use as favicon of the
|
125 | 125 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
126 | 126 | # pixels large.
|
127 |
| -#html_favicon = None |
| 127 | +# html_favicon = None |
128 | 128 |
|
129 | 129 | # Add any paths that contain custom static files (such as style sheets) here,
|
130 | 130 | # relative to this directory. They are copied after the builtin static files,
|
|
133 | 133 |
|
134 | 134 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
135 | 135 | # using the given strftime format.
|
136 |
| -#html_last_updated_fmt = '%b %d, %Y' |
| 136 | +# html_last_updated_fmt = '%b %d, %Y' |
137 | 137 |
|
138 | 138 | # If true, SmartyPants will be used to convert quotes and dashes to
|
139 | 139 | # typographically correct entities.
|
140 |
| -#html_use_smartypants = True |
| 140 | +# html_use_smartypants = True |
141 | 141 |
|
142 | 142 | # Custom sidebar templates, maps document names to template names.
|
143 |
| -#html_sidebars = {} |
| 143 | +# html_sidebars = {} |
144 | 144 |
|
145 | 145 | # Additional templates that should be rendered to pages, maps page names to
|
146 | 146 | # template names.
|
147 |
| -#html_additional_pages = {} |
| 147 | +# html_additional_pages = {} |
148 | 148 |
|
149 | 149 | # If false, no module index is generated.
|
150 |
| -#html_domain_indices = True |
| 150 | +# html_domain_indices = True |
151 | 151 |
|
152 | 152 | # If false, no index is generated.
|
153 |
| -#html_use_index = True |
| 153 | +# html_use_index = True |
154 | 154 |
|
155 | 155 | # If true, the index is split into individual pages for each letter.
|
156 |
| -#html_split_index = False |
| 156 | +# html_split_index = False |
157 | 157 |
|
158 | 158 | # If true, links to the reST sources are added to the pages.
|
159 |
| -#html_show_sourcelink = True |
| 159 | +# html_show_sourcelink = True |
160 | 160 |
|
161 | 161 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
162 |
| -#html_show_sphinx = True |
| 162 | +# html_show_sphinx = True |
163 | 163 |
|
164 | 164 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
|
165 |
| -#html_show_copyright = True |
| 165 | +# html_show_copyright = True |
166 | 166 |
|
167 | 167 | # If true, an OpenSearch description file will be output, and all pages will
|
168 | 168 | # contain a <link> tag referring to it. The value of this option must be the
|
169 | 169 | # base URL from which the finished HTML is served.
|
170 |
| -#html_use_opensearch = '' |
| 170 | +# html_use_opensearch = '' |
171 | 171 |
|
172 | 172 | # This is the file name suffix for HTML files (e.g. ".xhtml").
|
173 |
| -#html_file_suffix = None |
| 173 | +# html_file_suffix = None |
174 | 174 |
|
175 | 175 | # Output file base name for HTML help builder.
|
176 |
| -htmlhelp_basename = 'django-readonly-fielddoc' |
| 176 | +htmlhelp_basename = "django-readonly-fielddoc" |
0 commit comments