|
18 | 18 | # If extensions (or modules to document with autodoc) are in another directory, |
19 | 19 | # add these directories to sys.path here. If the directory is relative to the |
20 | 20 | # documentation root, use os.path.abspath to make it absolute, like shown here. |
21 | | -#sys.path.append(os.path.abspath('.')) |
| 21 | +# sys.path.append(os.path.abspath('.')) |
22 | 22 |
|
23 | 23 | # -- General configuration --------------------------------------------------- |
24 | 24 |
|
|
30 | 30 | bitbucket_project_url = 'http://bitbucket.org/dhellmann/virtualenvwrapper/' |
31 | 31 |
|
32 | 32 | # Add any paths that contain templates here, relative to this directory. |
33 | | -#templates_path = ['pkg/templates'] |
| 33 | +# templates_path = ['pkg/templates'] |
34 | 34 |
|
35 | 35 | # The suffix of source filenames. |
36 | 36 | source_suffix = '.rst' |
37 | 37 |
|
38 | 38 | # The encoding of source files. |
39 | | -#source_encoding = 'utf-8' |
| 39 | +# source_encoding = 'utf-8' |
40 | 40 |
|
41 | 41 | # The master toctree document. |
42 | 42 | master_doc = 'index' |
|
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 documents that shouldn't be included in the build. |
72 | | -#unused_docs = [] |
| 72 | +# unused_docs = [] |
73 | 73 |
|
74 | 74 | # List of directories, relative to source directory, that shouldn't be searched |
75 | 75 | # for source files. |
76 | 76 | exclude_trees = ['_build'] |
77 | 77 |
|
78 | 78 | # The reST default role (used for this markup: `text`) to use for all |
79 | 79 | # documents. |
80 | | -#default_role = None |
| 80 | +# default_role = None |
81 | 81 |
|
82 | 82 | # If true, '()' will be appended to :func: etc. cross-reference text. |
83 | | -#add_function_parentheses = True |
| 83 | +# add_function_parentheses = True |
84 | 84 |
|
85 | 85 | # If true, the current module name will be prepended to all description |
86 | 86 | # unit titles (such as .. function::). |
87 | | -#add_module_names = True |
| 87 | +# add_module_names = True |
88 | 88 |
|
89 | 89 | # If true, sectionauthor and moduleauthor directives will be shown in the |
90 | 90 | # output. They are ignored by default. |
91 | | -#show_authors = False |
| 91 | +# show_authors = False |
92 | 92 |
|
93 | 93 | # The name of the Pygments (syntax highlighting) style to use. |
94 | 94 | pygments_style = 'sphinx' |
95 | 95 |
|
96 | 96 | # A list of ignored prefixes for module index sorting. |
97 | | -#modindex_common_prefix = [] |
| 97 | +# modindex_common_prefix = [] |
98 | 98 |
|
99 | 99 |
|
100 | 100 | # -- Options for HTML output ------------------------------------------------- |
|
106 | 106 | # Theme options are theme-specific and customize the look and feel of a theme |
107 | 107 | # further. For a list of options available for each theme, see the |
108 | 108 | # documentation. |
109 | | -#html_theme_options = {} |
| 109 | +# html_theme_options = {} |
110 | 110 |
|
111 | 111 | # Add any paths that contain custom themes here, relative to this directory. |
112 | | -#html_theme_path = [] |
| 112 | +# html_theme_path = [] |
113 | 113 |
|
114 | 114 | # The name for this set of Sphinx documents. If None, it defaults to |
115 | 115 | # "<project> v<release> documentation". |
116 | | -#html_title = None |
| 116 | +# html_title = None |
117 | 117 |
|
118 | 118 | # A shorter title for the navigation bar. Default is the same as html_title. |
119 | | -#html_short_title = None |
| 119 | +# html_short_title = None |
120 | 120 |
|
121 | 121 | # The name of an image file (relative to this directory) to place at the top |
122 | 122 | # of the sidebar. |
123 | | -#html_logo = None |
| 123 | +# html_logo = None |
124 | 124 |
|
125 | 125 | # The name of an image file (within the static path) to use as favicon of the |
126 | 126 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
127 | 127 | # pixels large. |
128 | | -#html_favicon = None |
| 128 | +# html_favicon = None |
129 | 129 |
|
130 | 130 | # Add any paths that contain custom static files (such as style sheets) here, |
131 | 131 | # relative to this directory. They are copied after the builtin static files, |
132 | 132 | # so a file named "default.css" will overwrite the builtin "default.css". |
133 | | -#html_static_path = ['static'] |
| 133 | +# html_static_path = ['static'] |
134 | 134 |
|
135 | 135 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
136 | 136 | # using the given strftime format. |
137 | | -#html_last_updated_fmt = '%b %d, %Y' |
| 137 | +# html_last_updated_fmt = '%b %d, %Y' |
138 | 138 |
|
139 | 139 | # If true, SmartyPants will be used to convert quotes and dashes to |
140 | 140 | # typographically correct entities. |
141 | | -#html_use_smartypants = True |
| 141 | +# html_use_smartypants = True |
142 | 142 |
|
143 | 143 | # Custom sidebar templates, maps document names to template names. |
144 | | -#html_sidebars = {} |
| 144 | +# html_sidebars = {} |
145 | 145 |
|
146 | 146 | # Additional templates that should be rendered to pages, maps page names to |
147 | 147 | # template names. |
148 | | -#html_additional_pages = {} |
| 148 | +# html_additional_pages = {} |
149 | 149 |
|
150 | 150 | # If false, no module index is generated. |
151 | 151 | html_use_modindex = False |
|
154 | 154 | html_use_index = False |
155 | 155 |
|
156 | 156 | # If true, the index is split into individual pages for each letter. |
157 | | -#html_split_index = False |
| 157 | +# html_split_index = False |
158 | 158 |
|
159 | 159 | # If true, links to the reST sources are added to the pages. |
160 | | -#html_show_sourcelink = True |
| 160 | +# html_show_sourcelink = True |
161 | 161 |
|
162 | 162 | # If true, an OpenSearch description file will be output, and all pages will |
163 | 163 | # contain a <link> tag referring to it. The value of this option must be the |
164 | 164 | # base URL from which the finished HTML is served. |
165 | | -#html_use_opensearch = '' |
| 165 | +# html_use_opensearch = '' |
166 | 166 |
|
167 | 167 | # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). |
168 | | -#html_file_suffix = '' |
| 168 | +# html_file_suffix = '' |
169 | 169 |
|
170 | 170 | # Output file base name for HTML help builder. |
171 | 171 | htmlhelp_basename = 'virtualenvwrapperdoc' |
|
174 | 174 | # -- Options for LaTeX output ------------------------------------------------ |
175 | 175 |
|
176 | 176 | # The paper size ('letter' or 'a4'). |
177 | | -#latex_paper_size = 'letter' |
| 177 | +# latex_paper_size = 'letter' |
178 | 178 |
|
179 | 179 | # The font size ('10pt', '11pt' or '12pt'). |
180 | | -#latex_font_size = '10pt' |
| 180 | +# latex_font_size = '10pt' |
181 | 181 |
|
182 | 182 | # Grouping the document tree into LaTeX files. List of tuples |
183 | 183 | # (source start file, target name, title, author, documentclass |
|
189 | 189 |
|
190 | 190 | # The name of an image file (relative to this directory) to place at the top of |
191 | 191 | # the title page. |
192 | | -#latex_logo = None |
| 192 | +# latex_logo = None |
193 | 193 |
|
194 | 194 | # For "manual" documents, if this is true, then toplevel headings are parts, |
195 | 195 | # not chapters. |
196 | | -#latex_use_parts = False |
| 196 | +# latex_use_parts = False |
197 | 197 |
|
198 | 198 | # Additional stuff for the LaTeX preamble. |
199 | | -#latex_preamble = '' |
| 199 | +# latex_preamble = '' |
200 | 200 |
|
201 | 201 | # Documents to append as an appendix to all manuals. |
202 | | -#latex_appendices = [] |
| 202 | +# latex_appendices = [] |
203 | 203 |
|
204 | 204 | # If false, no module index is generated. |
205 | | -#latex_use_modindex = True |
| 205 | +# latex_use_modindex = True |
0 commit comments