|
16 | 16 | importsys |
17 | 17 | sys.path.insert(0,os.path.abspath('../..')) |
18 | 18 |
|
19 | | - |
20 | 19 | # -- Project information ----------------------------------------------------- |
21 | 20 |
|
22 | 21 | project=u'testgres' |
|
28 | 27 | # The full version, including alpha/beta/rc tags |
29 | 28 | release=u'1.5' |
30 | 29 |
|
31 | | - |
32 | 30 | # -- General configuration --------------------------------------------------- |
33 | 31 |
|
34 | 32 | # If your documentation needs a minimal Sphinx version, state it here. |
|
67 | 65 | # The name of the Pygments (syntax highlighting) style to use. |
68 | 66 | pygments_style='sphinx' |
69 | 67 |
|
70 | | - |
71 | 68 | # -- Options for HTML output ------------------------------------------------- |
72 | 69 |
|
73 | 70 | # The theme to use for HTML and HTML Help pages. See the documentation for |
|
96 | 93 | # |
97 | 94 | # html_sidebars = {} |
98 | 95 |
|
99 | | - |
100 | 96 | # -- Options for HTMLHelp output --------------------------------------------- |
101 | 97 |
|
102 | 98 | # Output file base name for HTML help builder. |
103 | 99 | htmlhelp_basename='testgresdoc' |
104 | 100 |
|
105 | | - |
106 | 101 | # -- Options for LaTeX output ------------------------------------------------ |
107 | 102 |
|
108 | 103 | latex_elements= { |
|
131 | 126 | u'Postgres Professional','manual'), |
132 | 127 | ] |
133 | 128 |
|
134 | | - |
135 | 129 | # -- Options for manual page output ------------------------------------------ |
136 | 130 |
|
137 | 131 | # One entry per manual page. List of tuples |
138 | 132 | # (source start file, name, description, authors, manual section). |
139 | | -man_pages= [ |
140 | | - (master_doc,'testgres',u'testgres Documentation', |
141 | | - [author],1) |
142 | | -] |
143 | | - |
| 133 | +man_pages= [(master_doc,'testgres',u'testgres Documentation', [author],1)] |
144 | 134 |
|
145 | 135 | # -- Options for Texinfo output ---------------------------------------------- |
146 | 136 |
|
147 | 137 | # Grouping the document tree into Texinfo files. List of tuples |
148 | 138 | # (source start file, target name, title, author, |
149 | 139 | # dir menu entry, description, category) |
150 | 140 | texinfo_documents= [ |
151 | | - (master_doc,'testgres',u'testgres Documentation', |
152 | | -author,'testgres','One line description of project.', |
153 | | -'Miscellaneous'), |
| 141 | + (master_doc,'testgres',u'testgres Documentation',author,'testgres', |
| 142 | +'One line description of project.','Miscellaneous'), |
154 | 143 | ] |
155 | 144 |
|
156 | | - |
157 | 145 | # -- Extension configuration ------------------------------------------------- |