Skip to content

Commit

Permalink
Adapt docs/conf.py to ReScience C
Browse files Browse the repository at this point in the history
  • Loading branch information
khinsen committed Mar 4, 2024
1 parent 2521687 commit 2f588c8
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 @@ -20,9 +20,9 @@

# -- Project information -----------------------------------------------------

project = 'JOSS'
copyright = '2023, Open Journals'
author = 'Arfon Smith & Open Journals community'
project = 'ReScience C'
copyright = '2024, Open Journals'
author = 'Open Journals community & ReScience C editors'

# The short X.Y version
version = ''
Expand Down Expand Up @@ -71,7 +71,7 @@
# -- Options for HTMLHelp output ---------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'JOSSdoc'
htmlhelp_basename = 'ReScienceCdoc'


# -- Options for LaTeX output ------------------------------------------------
Expand All @@ -98,7 +98,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'JOSS.tex', 'JOSS Documentation',
(master_doc, 'ReScienceC.tex', 'ReScience C Documentation',
'Open Journals', 'manual'),
]

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

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

Expand Down

0 comments on commit 2f588c8

Please sign in to comment.