Skip to content

Commit 0c1e0e7

Browse files
bxddzhupr
authored andcommitted
docs conf update
1 parent c3ae654 commit 0c1e0e7

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/conf.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# documentation root, use os.path.abspath to make it absolute, like shown here.
2020
#
2121

22-
import pkg_resources
2322

2423
# -- General configuration ------------------------------------------------
2524

@@ -50,18 +49,14 @@
5049
master_doc = "index"
5150

5251
# General information about the project.
53-
project = u"QLibServer"
52+
project = u"Qlib-Server"
5453
copyright = u"Microsoft"
5554
author = u"Microsoft"
5655

5756
# The version info for the project you're documenting, acts as replacement for
5857
# |version| and |release|, also used in various other places throughout the
5958
# build.rst documents.
6059
#
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
6560

6661
# The language for content autogenerated by Sphinx. Refer to documentation
6762
# for a list of supported languages.
@@ -139,7 +134,7 @@
139134
# -- Options for HTMLHelp output ------------------------------------------
140135

141136
# Output file base name for HTML help builder.
142-
htmlhelp_basename = "qlibdoc"
137+
htmlhelp_basename = "qlib-sevrerdoc"
143138

144139
# -- Options for LaTeX output ---------------------------------------------
145140

@@ -162,22 +157,22 @@
162157
# (source start file, target name, title,
163158
# author, documentclass [howto, manual, or own class]).
164159
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"),
166161
]
167162

168163
# -- Options for manual page output ---------------------------------------
169164

170165
# One entry per manual page. List of tuples
171166
# (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)]
173168

174169
# -- Options for Texinfo output -------------------------------------------
175170

176171
# Grouping the document tree into Texinfo files. List of tuples
177172
# (source start file, target name, title, author,
178173
# dir menu entry, description, category)
179174
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"),
181176
]
182177

183178
# -- Options for Epub output ----------------------------------------------

0 commit comments

Comments
 (0)