|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | 3 | # virtualenvwrapper documentation build configuration file, created by |
4 | | -# sphinx-quickstart on Wed Mar 31 21:25:16 2010. |
| 4 | +# sphinx-quickstart on Thu May 28 22:35:13 2009. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its containing dir. |
7 | 7 | # |
|
22 | 22 |
|
23 | 23 | # Add any Sphinx extension module names here, as strings. They can be extensions |
24 | 24 | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
25 | | -extensions = ['sphinx.ext.autodoc'] |
| 25 | +extensions = [] |
26 | 26 |
|
27 | 27 | # Add any paths that contain templates here, relative to this directory. |
28 | | -templates_path = ['_templates'] |
| 28 | +templates_path = ['templates'] |
29 | 29 |
|
30 | 30 | # The suffix of source filenames. |
31 | 31 | source_suffix = '.rst' |
|
38 | 38 |
|
39 | 39 | # General information about the project. |
40 | 40 | project = u'virtualenvwrapper' |
41 | | -copyright = u'2010, Doug Hellmann' |
| 41 | +copyright = u'2009, Doug Hellmann' |
42 | 42 |
|
43 | 43 | # The version info for the project you're documenting, acts as replacement for |
44 | 44 | # |version| and |release|, also used in various other places throughout the |
45 | 45 | # built documents. |
46 | 46 | # |
47 | 47 | # The short X.Y version. |
48 | | -version = '2.0' |
| 48 | +version = os.environ['VERSION'] |
49 | 49 | # The full version, including alpha/beta/rc tags. |
50 | | -release = '2.0' |
| 50 | +release = version |
51 | 51 |
|
52 | 52 | # The language for content autogenerated by Sphinx. Refer to documentation |
53 | 53 | # for a list of supported languages. |
|
64 | 64 |
|
65 | 65 | # List of directories, relative to source directory, that shouldn't be searched |
66 | 66 | # for source files. |
67 | | -exclude_trees = [] |
| 67 | +exclude_trees = ['_build'] |
68 | 68 |
|
69 | 69 | # The reST default role (used for this markup: `text`) to use for all documents. |
70 | 70 | #default_role = None |
|
91 | 91 |
|
92 | 92 | # The theme to use for HTML and HTML Help pages. Major themes that come with |
93 | 93 | # Sphinx are currently 'default' and 'sphinxdoc'. |
94 | | -html_theme = 'default' |
| 94 | +html_theme = 'sphinxdoc' |
95 | 95 |
|
96 | 96 | # Theme options are theme-specific and customize the look and feel of a theme |
97 | 97 | # further. For a list of options available for each theme, see the |
|
120 | 120 | # Add any paths that contain custom static files (such as style sheets) here, |
121 | 121 | # relative to this directory. They are copied after the builtin static files, |
122 | 122 | # so a file named "default.css" will overwrite the builtin "default.css". |
123 | | -html_static_path = ['_static'] |
| 123 | +html_static_path = ['static'] |
124 | 124 |
|
125 | 125 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
126 | 126 | # using the given strftime format. |
|
138 | 138 | #html_additional_pages = {} |
139 | 139 |
|
140 | 140 | # If false, no module index is generated. |
141 | | -#html_use_modindex = True |
| 141 | +html_use_modindex = False |
142 | 142 |
|
143 | 143 | # If false, no index is generated. |
144 | | -#html_use_index = True |
| 144 | +html_use_index = False |
145 | 145 |
|
146 | 146 | # If true, the index is split into individual pages for each letter. |
147 | 147 | #html_split_index = False |
|
0 commit comments