|
@@ -55,7 +55,7 @@ extensions = [
|
|
]
|
|
]
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
-templates_path = ['templates']
|
|
|
|
|
|
+templates_path = ['sphinx/templates']
|
|
|
|
|
|
# The suffix(es) of source filenames.
|
|
# The suffix(es) of source filenames.
|
|
# You can specify multiple suffix as a list of string:
|
|
# You can specify multiple suffix as a list of string:
|
|
@@ -67,7 +67,7 @@ source_suffix = '.rst'
|
|
master_doc = 'index'
|
|
master_doc = 'index'
|
|
|
|
|
|
# General information about the project.
|
|
# General information about the project.
|
|
-project = 'digilib'
|
|
|
|
|
|
+project = 'DigiLib'
|
|
copyright = '2017, Digital'
|
|
copyright = '2017, Digital'
|
|
author = 'Digital'
|
|
author = 'Digital'
|
|
|
|
|
|
@@ -115,13 +115,13 @@ html_theme = 'sphinx_rtd_theme'
|
|
# Add any paths that contain custom static files (such as style sheets) here,
|
|
# Add any paths that contain custom static files (such as style sheets) here,
|
|
# relative to this directory. They are copied after the builtin static files,
|
|
# relative to this directory. They are copied after the builtin static files,
|
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
|
-html_static_path = ['static']
|
|
|
|
|
|
+html_static_path = ['sphinx/static']
|
|
|
|
|
|
|
|
|
|
# -- Options for HTMLHelp output ------------------------------------------
|
|
# -- Options for HTMLHelp output ------------------------------------------
|
|
|
|
|
|
# Output file base name for HTML help builder.
|
|
# Output file base name for HTML help builder.
|
|
-htmlhelp_basename = 'BeeWatchdoc'
|
|
|
|
|
|
+htmlhelp_basename = 'DigiLibdoc'
|
|
|
|
|
|
|
|
|
|
# -- Options for LaTeX output ---------------------------------------------
|
|
# -- Options for LaTeX output ---------------------------------------------
|
|
@@ -148,7 +148,7 @@ latex_elements = {
|
|
# (source start file, target name, title,
|
|
# (source start file, target name, title,
|
|
# author, documentclass [howto, manual, or own class]).
|
|
# author, documentclass [howto, manual, or own class]).
|
|
latex_documents = [
|
|
latex_documents = [
|
|
- (master_doc, 'BeeWatch.tex', 'BeeWatch Documentation',
|
|
|
|
|
|
+ (master_doc, 'DigiLib.tex', 'DigiLib Documentation',
|
|
'Digital', 'manual'),
|
|
'Digital', 'manual'),
|
|
]
|
|
]
|
|
|
|
|
|
@@ -158,7 +158,7 @@ latex_documents = [
|
|
# One entry per manual page. List of tuples
|
|
# One entry per manual page. List of tuples
|
|
# (source start file, name, description, authors, manual section).
|
|
# (source start file, name, description, authors, manual section).
|
|
man_pages = [
|
|
man_pages = [
|
|
- (master_doc, 'beewatch', 'BeeWatch Documentation',
|
|
|
|
|
|
+ (master_doc, 'digilib', 'DigiLib Documentation',
|
|
[author], 1)
|
|
[author], 1)
|
|
]
|
|
]
|
|
|
|
|
|
@@ -169,8 +169,8 @@ man_pages = [
|
|
# (source start file, target name, title, author,
|
|
# (source start file, target name, title, author,
|
|
# dir menu entry, description, category)
|
|
# dir menu entry, description, category)
|
|
texinfo_documents = [
|
|
texinfo_documents = [
|
|
- (master_doc, 'BeeWatch', 'BeeWatch Documentation',
|
|
|
|
- author, 'BeeWatch', 'One line description of project.',
|
|
|
|
|
|
+ (master_doc, 'DigiLib', 'DigiLib Documentation',
|
|
|
|
+ author, 'DigiLib', 'One line description of project.',
|
|
'Miscellaneous'),
|
|
'Miscellaneous'),
|
|
]
|
|
]
|
|
|
|
|