|
3 | 3 | # virtualenvwrapper documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Thu May 28 22:35:13 2009. |
5 | 5 | # |
6 | | -# This file is execfile()d with the current directory set to its containing dir. |
| 6 | +# This file is execfile()d with the current directory set to its |
| 7 | +# containing dir. |
7 | 8 | # |
8 | 9 | # Note that not all possible configuration values are present in this |
9 | 10 | # autogenerated file. |
|
19 | 20 | # documentation root, use os.path.abspath to make it absolute, like shown here. |
20 | 21 | #sys.path.append(os.path.abspath('.')) |
21 | 22 |
|
22 | | -# -- General configuration ----------------------------------------------------- |
| 23 | +# -- General configuration --------------------------------------------------- |
23 | 24 |
|
24 | | -# Add any Sphinx extension module names here, as strings. They can be extensions |
25 | | -# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
| 25 | +# Add any Sphinx extension module names here, as strings. They can be |
| 26 | +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
| 27 | +# ones. |
26 | 28 | extensions = ['sphinxcontrib.bitbucket'] |
27 | 29 |
|
28 | 30 | bitbucket_project_url = 'http://bitbucket.org/dhellmann/virtualenvwrapper/' |
|
48 | 50 | # built documents. |
49 | 51 | # |
50 | 52 | # The short X.Y version. |
51 | | -version = subprocess.check_output(['sh', '-c', 'cd ../..; python setup.py --version']) |
| 53 | +version = subprocess.check_output([ |
| 54 | + 'sh', '-c', |
| 55 | + 'cd ../..; python setup.py --version', |
| 56 | +]) |
52 | 57 | version = version.strip() |
53 | 58 | # The full version, including alpha/beta/rc tags. |
54 | 59 | release = version |
|
70 | 75 | # for source files. |
71 | 76 | exclude_trees = ['_build'] |
72 | 77 |
|
73 | | -# The reST default role (used for this markup: `text`) to use for all documents. |
| 78 | +# The reST default role (used for this markup: `text`) to use for all |
| 79 | +# documents. |
74 | 80 | #default_role = None |
75 | 81 |
|
76 | 82 | # If true, '()' will be appended to :func: etc. cross-reference text. |
|
91 | 97 | #modindex_common_prefix = [] |
92 | 98 |
|
93 | 99 |
|
94 | | -# -- Options for HTML output --------------------------------------------------- |
| 100 | +# -- Options for HTML output ------------------------------------------------- |
95 | 101 |
|
96 | 102 | # The theme to use for HTML and HTML Help pages. Major themes that come with |
97 | 103 | # Sphinx are currently 'default' and 'sphinxdoc'. |
|
165 | 171 | htmlhelp_basename = 'virtualenvwrapperdoc' |
166 | 172 |
|
167 | 173 |
|
168 | | -# -- Options for LaTeX output -------------------------------------------------- |
| 174 | +# -- Options for LaTeX output ------------------------------------------------ |
169 | 175 |
|
170 | 176 | # The paper size ('letter' or 'a4'). |
171 | 177 | #latex_paper_size = 'letter' |
|
174 | 180 | #latex_font_size = '10pt' |
175 | 181 |
|
176 | 182 | # Grouping the document tree into LaTeX files. List of tuples |
177 | | -# (source start file, target name, title, author, documentclass [howto/manual]). |
| 183 | +# (source start file, target name, title, author, documentclass |
| 184 | +# [howto/manual]). |
178 | 185 | latex_documents = [ |
179 | | - ('index', 'virtualenvwrapper.tex', u'virtualenvwrapper Documentation', |
180 | | - u'Doug Hellmann', 'manual'), |
| 186 | + ('index', 'virtualenvwrapper.tex', u'virtualenvwrapper Documentation', |
| 187 | + u'Doug Hellmann', 'manual'), |
181 | 188 | ] |
182 | 189 |
|
183 | 190 | # The name of an image file (relative to this directory) to place at the top of |
|
0 commit comments