From e65b9ea267cd0b20dd6be049580c55b4a2390e59 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 23:28:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/conf.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index de96227c..0ff4a063 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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" @@ -211,7 +211,7 @@ # (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"), ] @@ -219,7 +219,7 @@ # 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 ---------------------------------------------- @@ -231,8 +231,8 @@ ( "index", "foyer", - u"foyer Documentation", - u"Author", + "foyer Documentation", + "Author", "foyer", "One line description of project.", "Miscellaneous", @@ -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'