Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2022
1 parent e8845c0 commit e65b9ea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

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

project = u"foyer"
copyright = u"2014-2020, Vanderbilt University"
project = "foyer"
copyright = "2014-2020, Vanderbilt University"

# The short X.Y version
version = "0.10.0"
Expand Down Expand Up @@ -211,15 +211,15 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
("index", "foyer.tex", u"foyer Documentation", u"Author", "manual"),
("index", "foyer.tex", "foyer Documentation", "Author", "manual"),
]


# -- Options for manual page output ------------------------------------------

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [("index", "foyer", u"foyer Documentation", [u"Author"], 1)]
man_pages = [("index", "foyer", "foyer Documentation", ["Author"], 1)]


# -- Options for Texinfo output ----------------------------------------------
Expand All @@ -231,8 +231,8 @@
(
"index",
"foyer",
u"foyer Documentation",
u"Author",
"foyer Documentation",
"Author",
"foyer",
"One line description of project.",
"Miscellaneous",
Expand All @@ -242,10 +242,10 @@
# -- Options for Epub output ----------------------------------------------

# Bibliographic Dublin Core info.
epub_title = u"foyer"
epub_author = u"Author"
epub_publisher = u"Author"
epub_copyright = u"2020, Author"
epub_title = "foyer"
epub_author = "Author"
epub_publisher = "Author"
epub_copyright = "2020, Author"

# The basename for the epub file. It defaults to the project name.
# epub_basename = u'foyer'
Expand Down

0 comments on commit e65b9ea

Please sign in to comment.