mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Changed the base name of several generated help files
This commit is contained in:
parent
3c0514bbda
commit
b5f81e81ab
@ -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'),
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user