diff --git a/docs/conf.py b/docs/conf.py index 30c62b2..9f850d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,6 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # -import pkg_resources # -- General configuration ------------------------------------------------ @@ -50,7 +49,7 @@ source_suffix = ".rst" master_doc = "index" # General information about the project. -project = u"QLibServer" +project = u"Qlib-Server" copyright = u"Microsoft" author = u"Microsoft" @@ -58,10 +57,6 @@ author = u"Microsoft" # |version| and |release|, also used in various other places throughout the # build.rst documents. # -# The short X.Y version. -version = pkg_resources.get_distribution("qlib").version -# The full version, including alpha/beta/rc tags. -release = pkg_resources.get_distribution("qlib").version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -139,7 +134,7 @@ html_sidebars = { # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. -htmlhelp_basename = "qlibdoc" +htmlhelp_basename = "qlib-sevrerdoc" # -- Options for LaTeX output --------------------------------------------- @@ -162,14 +157,14 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, "qlib.tex", u"QLib Documentation", u"Microsoft", "manual"), + (master_doc, "qlib-server.tex", u"Qlib-Server Documentation", u"Microsoft", "manual"), ] # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [(master_doc, "qlib", u"QLib Documentation", [author], 1)] +man_pages = [(master_doc, "qlib-server", u"Qlib-Server Documentation", [author], 1)] # -- Options for Texinfo output ------------------------------------------- @@ -177,7 +172,7 @@ man_pages = [(master_doc, "qlib", u"QLib Documentation", [author], 1)] # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, "QLib", u"QLib Documentation", author, "QLib", "One line description of project.", "Miscellaneous"), + (master_doc, "Qlib-Server", u"Qlib-Server Documentation", author, "Qlib-Server", "One line description of project.", "Miscellaneous"), ] # -- Options for Epub output ----------------------------------------------