Skip to content

Commit

Permalink
Merge pull request #2763 from boutproject/sphinx-fedora
Browse files Browse the repository at this point in the history
Fix sphinx configuration (next)
  • Loading branch information
bendudson authored Oct 12, 2023
2 parents b0e3748 + 12e6198 commit 7c3f480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ def __getattr__(cls, name):

# General information about the project.
project = "BOUT++"
copyright = "2017-2023"
author = "B. Dudson and The BOUT++ team"
copyright = f"2017-2023, {author}"

# 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 All @@ -193,7 +193,7 @@ def __getattr__(cls, name):
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down

0 comments on commit 7c3f480

Please sign in to comment.