aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3c67b66..cea6783 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,7 +20,7 @@ sys.path.insert(0, os.path.abspath('..'))
# -- Project information -----------------------------------------------------
-project = 'fingerd'
+project = 'pyfingerd'
copyright = '2019-2021, Thomas Touhey'
author = 'Thomas Touhey'
@@ -28,7 +28,7 @@ author = 'Thomas Touhey'
def _get_release():
- from fingerd.version import version
+ from pyfingerd.version import version
return version
@@ -117,7 +117,7 @@ html_static_path = ['_static']
# -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder.
-htmlhelp_basename = 'fingerddoc'
+htmlhelp_basename = 'pyfingerddoc'
# -- Options for LaTeX output ------------------------------------------------
@@ -145,7 +145,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(
- master_doc, 'fingerd.tex', 'fingerd Documentation',
+ master_doc, 'pyfingerd.tex', 'pyfingerd documentation',
'Thomas Touhey', 'manual'
),
]
@@ -157,7 +157,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
(
- master_doc, 'fingerd', 'fingerd Documentation',
+ master_doc, 'pyfingerd', 'pyfingerd documentation',
[author], 1
),
]
@@ -170,8 +170,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
(
- master_doc, 'fingerd', 'fingerd Documentation',
- author, 'fingerd', 'A modern finger (RFC 1288) server.',
+ master_doc, 'pyfingerd', 'pyfingerd documentation',
+ author, 'pyfingerd', 'A modern finger (RFC 1288) server.',
'Miscellaneous'
),
]