Skip to content

Commit

Permalink
more branding
Browse files Browse the repository at this point in the history
  • Loading branch information
askhamwhat committed Jun 9, 2024
1 parent 3514cf7 commit 8aeb91e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
master_doc = 'index'

# General information about the project.
project = 'chunkie'
copyright = '2020, chunkie team'
author = 'chunkie team'
project = 'chunkIE'
copyright = '2024, chunkIE team'
author = 'chunkIE team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -135,8 +135,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'chunkie.tex', 'chunkie Documentation',
'chunkie team', 'manual'),
(master_doc, 'chunkie.tex', 'chunkIE Documentation',
'chunkIE team', 'manual'),
]


Expand All @@ -145,7 +145,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'chunkie', 'chunkie Documentation',
(master_doc, 'chunkIE', 'chunkIE Documentation',
[author], 1)
]

Expand All @@ -156,8 +156,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'chunkie', 'chunkie Documentation',
author, 'chunkie', 'One line description of project.',
(master_doc, 'chunkIE', 'chunkIE Documentation',
author, 'chunkIE', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 8aeb91e

Please sign in to comment.