Index: docs/source/conf.py =================================================================== diff -u -r2138d06d100fdcf23f2e9069f35ee2fdee62008f -r841c9b6ef78c51e0e323e06b937d97e8a95f8f4a --- docs/source/conf.py (.../conf.py) (revision 2138d06d100fdcf23f2e9069f35ee2fdee62008f) +++ docs/source/conf.py (.../conf.py) (revision 841c9b6ef78c51e0e323e06b937d97e8a95f8f4a) @@ -23,7 +23,7 @@ import os import sys sys.path.insert(0, os.path.abspath('../../')) -from dialin import __version__ as VERSION +from leahi_dialin import __version__ as VERSION # -- General configuration ------------------------------------------------ @@ -52,9 +52,9 @@ master_doc = 'index' # General information about the project. -project = 'Dialin' -copyright = '2020, Diality Inc' -author = 'Peter Lucia' +project = 'Leahi Dialin' +copyright = '2025, Diality Inc' +author = 'Michael Garthwaite' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -118,7 +118,7 @@ # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. -htmlhelp_basename = 'Dialindoc' +htmlhelp_basename = 'Leahidialindoc' # -- Options for LaTeX output --------------------------------------------- @@ -145,7 +145,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'Dialin.tex', 'Dialin Documentation', + (master_doc, 'Dialin.tex', 'Leahi Dialin Documentation', 'Peter Lucia', 'manual'), ] @@ -155,7 +155,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'leahi_dialin', 'Dialin Documentation', + (master_doc, 'leahi_dialin', 'Leahi Dialin Documentation', [author], 1) ] @@ -166,7 +166,7 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'Dialin', 'Dialin Documentation', - author, 'Dialin', 'One line description of project.', + (master_doc, 'Leahi Dialin', 'Leahi Dialin Documentation', + author, 'Leahi Dialin', 'One line description of project.', 'Miscellaneous'), ]