From b5f81e81abbb59a0ea9ed95730503e1cceceac17 Mon Sep 17 00:00:00 2001 From: troymc Date: Thu, 29 Sep 2016 11:23:43 +0200 Subject: [PATCH] Changed the base name of several generated help files --- docs/source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5ff36d15..3ccc3160 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -224,7 +224,7 @@ html_static_path = ['_static'] #html_search_scorer = 'scorer.js' # Output file base name for HTML help builder. -htmlhelp_basename = 'bigchaindbdoc' +htmlhelp_basename = 'bigchaindb-server-doc' # -- Options for LaTeX output --------------------------------------------- @@ -246,7 +246,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'bigchaindb.tex', 'BigchainDB Server Documentation', + (master_doc, 'bigchaindb-server.tex', 'BigchainDB Server Documentation', author, 'manual'), ] @@ -276,7 +276,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'bigchaindb', 'BigchainDB Server Documentation', + (master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation', [author], 1) ] @@ -290,8 +290,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'bigchaindb', 'BigchainDB Server Documentation', - author, 'bigchaindb', 'A scalable blockchain database.', + (master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation', + author, 'BigchainDB Contributors', 'A scalable blockchain database.', 'Miscellaneous'), ]