|
19 | 19 | # documentation root, use os.path.abspath to make it absolute, like shown here. |
20 | 20 | # |
21 | 21 |
|
22 | | -import pkg_resources |
23 | 22 |
|
24 | 23 | # -- General configuration ------------------------------------------------ |
25 | 24 |
|
|
50 | 49 | master_doc = "index" |
51 | 50 |
|
52 | 51 | # General information about the project. |
53 | | -project = u"QLibServer" |
| 52 | +project = u"Qlib-Server" |
54 | 53 | copyright = u"Microsoft" |
55 | 54 | author = u"Microsoft" |
56 | 55 |
|
57 | 56 | # The version info for the project you're documenting, acts as replacement for |
58 | 57 | # |version| and |release|, also used in various other places throughout the |
59 | 58 | # build.rst documents. |
60 | 59 | # |
61 | | -# The short X.Y version. |
62 | | -version = pkg_resources.get_distribution("qlib").version |
63 | | -# The full version, including alpha/beta/rc tags. |
64 | | -release = pkg_resources.get_distribution("qlib").version |
65 | 60 |
|
66 | 61 | # The language for content autogenerated by Sphinx. Refer to documentation |
67 | 62 | # for a list of supported languages. |
|
139 | 134 | # -- Options for HTMLHelp output ------------------------------------------ |
140 | 135 |
|
141 | 136 | # Output file base name for HTML help builder. |
142 | | -htmlhelp_basename = "qlibdoc" |
| 137 | +htmlhelp_basename = "qlib-sevrerdoc" |
143 | 138 |
|
144 | 139 | # -- Options for LaTeX output --------------------------------------------- |
145 | 140 |
|
|
162 | 157 | # (source start file, target name, title, |
163 | 158 | # author, documentclass [howto, manual, or own class]). |
164 | 159 | latex_documents = [ |
165 | | - (master_doc, "qlib.tex", u"QLib Documentation", u"Microsoft", "manual"), |
| 160 | + (master_doc, "qlib-server.tex", u"Qlib-Server Documentation", u"Microsoft", "manual"), |
166 | 161 | ] |
167 | 162 |
|
168 | 163 | # -- Options for manual page output --------------------------------------- |
169 | 164 |
|
170 | 165 | # One entry per manual page. List of tuples |
171 | 166 | # (source start file, name, description, authors, manual section). |
172 | | -man_pages = [(master_doc, "qlib", u"QLib Documentation", [author], 1)] |
| 167 | +man_pages = [(master_doc, "qlib-server", u"Qlib-Server Documentation", [author], 1)] |
173 | 168 |
|
174 | 169 | # -- Options for Texinfo output ------------------------------------------- |
175 | 170 |
|
176 | 171 | # Grouping the document tree into Texinfo files. List of tuples |
177 | 172 | # (source start file, target name, title, author, |
178 | 173 | # dir menu entry, description, category) |
179 | 174 | texinfo_documents = [ |
180 | | - (master_doc, "QLib", u"QLib Documentation", author, "QLib", "One line description of project.", "Miscellaneous"), |
| 175 | + (master_doc, "Qlib-Server", u"Qlib-Server Documentation", author, "Qlib-Server", "One line description of project.", "Miscellaneous"), |
181 | 176 | ] |
182 | 177 |
|
183 | 178 | # -- Options for Epub output ---------------------------------------------- |
|
0 commit comments