|
12 | 12 | # serve to show the default. |
13 | 13 |
|
14 | 14 | import sys, os |
| 15 | +from pyres import __version__ |
15 | 16 |
|
16 | 17 | # If extensions (or modules to document with autodoc) are in another directory, |
17 | 18 | # add these directories to sys.path here. If the directory is relative to the |
|
37 | 38 | master_doc = 'index' |
38 | 39 |
|
39 | 40 | # General information about the project. |
40 | | -project = u'PyRes' |
| 41 | +project = u'pyres' |
41 | 42 | copyright = u'2010, Matt George' |
42 | 43 |
|
43 | 44 | # The version info for the project you're documenting, acts as replacement for |
44 | 45 | # |version| and |release|, also used in various other places throughout the |
45 | 46 | # built documents. |
46 | 47 | # |
47 | 48 | # The short X.Y version. |
48 | | -version = '0.4.1' |
| 49 | +version = __version__ |
49 | 50 | # The full version, including alpha/beta/rc tags. |
50 | | -release = '0.4.1' |
| 51 | +release = __version__ |
51 | 52 |
|
52 | 53 | # The language for content autogenerated by Sphinx. Refer to documentation |
53 | 54 | # for a list of supported languages. |
|
158 | 159 | #html_file_suffix = '' |
159 | 160 |
|
160 | 161 | # Output file base name for HTML help builder. |
161 | | -htmlhelp_basename = 'PyResdoc' |
| 162 | +htmlhelp_basename = 'pyresdoc' |
162 | 163 |
|
163 | 164 |
|
164 | 165 | # -- Options for LaTeX output -------------------------------------------------- |
|
172 | 173 | # Grouping the document tree into LaTeX files. List of tuples |
173 | 174 | # (source start file, target name, title, author, documentclass [howto/manual]). |
174 | 175 | latex_documents = [ |
175 | | - ('index', 'PyRes.tex', u'PyRes Documentation', |
| 176 | + ('index', 'pyres.tex', u'pyres Documentation', |
176 | 177 | u'Matt George', 'manual'), |
177 | 178 | ] |
178 | 179 |
|
|
0 commit comments